svn commit: r316376 - head/sys/boot/fdt/dts/arm
Emmanuel Vadot
manu at FreeBSD.org
Sat Apr 1 21:55:11 UTC 2017
Author: manu
Date: Sat Apr 1 21:55:09 2017
New Revision: 316376
URL: https://svnweb.freebsd.org/changeset/base/316376
Log:
Reduce the diff on beaglebone-black DTS.
The HDMI TX (tda19988) is already enabled in upstream DTS so use it directly
instead.
Modified:
head/sys/boot/fdt/dts/arm/beaglebone-black.dts
Modified: head/sys/boot/fdt/dts/arm/beaglebone-black.dts
==============================================================================
--- head/sys/boot/fdt/dts/arm/beaglebone-black.dts Sat Apr 1 21:53:58 2017 (r316375)
+++ head/sys/boot/fdt/dts/arm/beaglebone-black.dts Sat Apr 1 21:55:09 2017 (r316376)
@@ -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>;
};
More information about the svn-src-all
mailing list