From 265c594a2c9cf8086907a6442d041c8e32c61ee8 Mon Sep 17 00:00:00 2001 From: Jared McNeill Date: Tue, 31 Jan 2017 14:36:06 +0000 Subject: [PATCH] Add missing ephy bus gates and resets. --- sys/boot/fdt/dts/arm/h3.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/boot/fdt/dts/arm/h3.dtsi b/sys/boot/fdt/dts/arm/h3.dtsi index 9038fc339596..d70b546de34e 100644 --- a/sys/boot/fdt/dts/arm/h3.dtsi +++ b/sys/boot/fdt/dts/arm/h3.dtsi @@ -69,10 +69,10 @@ reg = <0x01c30000 0x104>, <0x01c00030 0x4>; reg-names = "emac", "syscon"; interrupts = ; - 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";