From c4df255db70fa2d39702d09c76bf1499aa9761db Mon Sep 17 00:00:00 2001 From: Jared McNeill Date: Sat, 31 Dec 2016 13:10:06 +0000 Subject: [PATCH] Fix a typo in the third address of the reg property for the usbphy node. MFC after: 1 week --- sys/boot/fdt/dts/arm/a83t.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/fdt/dts/arm/a83t.dtsi b/sys/boot/fdt/dts/arm/a83t.dtsi index 625d9971a8e..1a31987e671 100644 --- a/sys/boot/fdt/dts/arm/a83t.dtsi +++ b/sys/boot/fdt/dts/arm/a83t.dtsi @@ -178,7 +178,7 @@ compatible = "allwinner,sun8i-a83t-usb-phy"; reg = <0x01c19400 0x2c>, <0x01c1a800 0x4>, - <0x01c1a800 0x4>; + <0x01c1b800 0x4>; clocks = <&usb_clk 8>, <&usb_clk 9>, <&usb_clk 10>,