OSDN Git Service

ARM: dts: am335x-boneblack: Use new binding for HDMI
authorJyri Sarha <jsarha@ti.com>
Fri, 8 May 2015 11:27:19 +0000 (14:27 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 14 Jul 2015 11:15:10 +0000 (04:15 -0700)
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>
arch/arm/boot/dts/am335x-boneblack.dts

index 5c42d25..eadbba3 100644 (file)
 
 &lcdc {
        status = "okay";
+       port {
+               lcdc_0: endpoint@0 {
+                       remote-endpoint = <&hdmi_0>;
+               };
+       };
 };
 
-/ {
-       hdmi {
-               compatible = "ti,tilcdc,slave";
-               i2c = <&i2c0>;
+&i2c0 {
+       tda19988 {
+               compatible = "nxp,tda998x";
+               reg = <0x70>;
                pinctrl-names = "default", "off";
                pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
                pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
-               status = "okay";
+
+               port {
+                       hdmi_0: endpoint@0 {
+                               remote-endpoint = <&lcdc_0>;
+                       };
+               };
        };
 };