Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: add ports in HDMI bridge in Exynos4412 Midas

The SII9234 HDMI bridge expects ports property:

exynos4412-i9305.dtb: hdmi-bridge@39: 'ports' is a required property
exynos4412-i9305.dtb: hdmi-bridge@39: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'

Link: https://lore.kernel.org/r/20230120155404.323386-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: Henrik Grimler <henrik@grimler.se>

+10 -3
+10 -3
arch/arm/boot/dts/exynos4412-midas.dtsi
··· 273 273 interrupts = <5 IRQ_TYPE_LEVEL_HIGH>; 274 274 reg = <0x39>; 275 275 276 - port { 277 - mhl_to_hdmi: endpoint { 278 - remote-endpoint = <&hdmi_to_mhl>; 276 + ports { 277 + #address-cells = <1>; 278 + #size-cells = <0>; 279 + 280 + port@0 { 281 + reg = <0>; 282 + 283 + mhl_to_hdmi: endpoint { 284 + remote-endpoint = <&hdmi_to_mhl>; 285 + }; 279 286 }; 280 287 }; 281 288 };