Add missing ephy bus gates and resets.

This commit is contained in:
Jared McNeill 2017-01-31 14:36:06 +00:00
parent 8641eed228
commit 265c594a2c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313014

View File

@ -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";