Author: rpaulo
Date: Sat Oct 18 16:34:52 2014
New Revision: 273256
URL: https://svnweb.freebsd.org/changeset/base/273256

Log:
  AM335X FDT: use the oma3-wdt string for compatibility with Linux.
  
  Submitted by: andrew
  MFC after:    1 week

Modified:
  head/sys/boot/fdt/dts/arm/am335x.dtsi

Modified: head/sys/boot/fdt/dts/arm/am335x.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/am335x.dtsi       Sat Oct 18 15:31:53 2014        
(r273255)
+++ head/sys/boot/fdt/dts/arm/am335x.dtsi       Sat Oct 18 16:34:52 2014        
(r273256)
@@ -83,7 +83,7 @@
                };
 
                wdt1@44E35000 {
-                       compatible = "ti,wdt";
+                       compatible = "ti,omap3-wdt";
                        reg = <0x44E35000 0x1000>;
                        interrupts = <91>;
                        interrupt-parent = <&AINTC>;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to