[am335x] Use upstream tda19988 framer node from upstream DTS

Remove custom DTS duplicate of tda19988 node and use upstream-provided
one introduced by r295436. This duplication created two tdaX devices
which confused fb driver into using only 640x480 area while setting
display to native resolution.

Reported by:	Michael Smith
MFC after:	3 days
This commit is contained in:
Oleksandr Tymoshenko 2017-01-23 19:20:55 +00:00
parent b96d9778eb
commit 3279df7e87
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312670

View File

@ -50,13 +50,7 @@
};
&i2c0 {
tda998x: hdmi-encoder {
compatible = "nxp,tda998x";
reg = <0x70>;
pinctrl-names = "default", "off";
pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
tda998x: tda19988 {
status = "okay";
};
};