Reduce the diff on beaglebone-black DTS.

The HDMI TX (tda19988) is already enabled in upstream DTS so use it directly
instead.
This commit is contained in:
Emmanuel Vadot 2017-04-01 21:55:09 +00:00
parent 4260eff804
commit b7e79ebdd0

View file

@ -49,12 +49,6 @@
};
};
&i2c0 {
tda998x: tda19988 {
status = "okay";
};
};
&i2c1 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins>;
@ -77,11 +71,5 @@
};
&lcdc {
hdmi = <&tda998x>;
};
/ {
hdmi {
status = "disabled";
};
hdmi = <&tda19988>;
};