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>;
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to