Author: jmcneill
Date: Tue Jan 31 14:36:06 2017
New Revision: 313014
URL: https://svnweb.freebsd.org/changeset/base/313014

Log:
  Add missing ephy bus gates and resets.

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

Modified: head/sys/boot/fdt/dts/arm/h3.dtsi
==============================================================================
--- head/sys/boot/fdt/dts/arm/h3.dtsi   Tue Jan 31 12:33:59 2017        
(r313013)
+++ head/sys/boot/fdt/dts/arm/h3.dtsi   Tue Jan 31 14:36:06 2017        
(r313014)
@@ -69,10 +69,10 @@
                        reg = <0x01c30000 0x104>, <0x01c00030 0x4>;
                        reg-names = "emac", "syscon";
                        interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
-                       resets = <&ahb_rst 17>;
-                       reset-names = "ahb";
-                       clocks = <&bus_gates 17>;
-                       clock-names = "ahb";
+                       resets = <&ahb_rst 17>, <&ahb_rst 66>;
+                       reset-names = "ahb", "ephy";
+                       clocks = <&bus_gates 17>, <&bus_gates 128>;
+                       clock-names = "ahb", "ephy";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to