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

ARM: dts: am335x-boneblack: Use new binding for HDMI

Use new binding for the external tda19988 HDMI encoder.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Jyri Sarha and committed by
Tony Lindgren
34c900a6 3a0830de

+15 -5
+15 -5
arch/arm/boot/dts/am335x-boneblack.dts
··· 68 68 69 69 &lcdc { 70 70 status = "okay"; 71 + port { 72 + lcdc_0: endpoint@0 { 73 + remote-endpoint = <&hdmi_0>; 74 + }; 75 + }; 71 76 }; 72 77 73 - / { 74 - hdmi { 75 - compatible = "ti,tilcdc,slave"; 76 - i2c = <&i2c0>; 78 + &i2c0 { 79 + tda19988 { 80 + compatible = "nxp,tda998x"; 81 + reg = <0x70>; 77 82 pinctrl-names = "default", "off"; 78 83 pinctrl-0 = <&nxp_hdmi_bonelt_pins>; 79 84 pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>; 80 - status = "okay"; 85 + 86 + port { 87 + hdmi_0: endpoint@0 { 88 + remote-endpoint = <&lcdc_0>; 89 + }; 90 + }; 81 91 }; 82 92 }; 83 93