diff options
author | Jyri Sarha <jsarha@ti.com> | 2015-05-08 14:27:19 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-14 04:15:10 -0700 |
commit | 34c900a60bb09cab44d0fff96dd0e109a7b9bcf2 (patch) | |
tree | f0a9d48eb6c3853ad855321d73588f753c4223e4 /arch/arm/boot/dts/am335x-boneblack.dts | |
parent | 3a0830de58342914aca8f517a84b82476be98f26 (diff) | |
download | linux-rt-34c900a60bb09cab44d0fff96dd0e109a7b9bcf2.tar.gz |
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>
Diffstat (limited to 'arch/arm/boot/dts/am335x-boneblack.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblack.dts | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts index 5c42d259fa68..eadbba32386d 100644 --- a/arch/arm/boot/dts/am335x-boneblack.dts +++ b/arch/arm/boot/dts/am335x-boneblack.dts @@ -68,16 +68,26 @@ &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>; + }; + }; }; }; |