Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34c900a6 authored by Jyri Sarha's avatar Jyri Sarha Committed by Tony Lindgren
Browse files

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



Use new binding for the external tda19988 HDMI encoder.

Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3a0830de
Loading
Loading
Loading
Loading
+15 −5
Original line number Diff line number Diff line
@@ -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>;
			};
		};
	};
};