mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
4260eff804
commit
b7e79ebdd0
1 changed files with 1 additions and 13 deletions
|
|
@ -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>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue