From: Chen-Yu Tsai Date: Mon, 5 Feb 2018 14:03:25 +0000 (+0800) Subject: sunxi: Add reg property for USB OTG node in sun8i-a83t.dtsi X-Git-Tag: v2018.05-rc1~93^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bcfba537e7f59ce997094139a1f69a598e0c618;p=u-boot sunxi: Add reg property for USB OTG node in sun8i-a83t.dtsi When the OTG node was added, its reg property for its address space was missing. With commit f4f9896ac310 ("musb: sunxi: Use base address from device tree"), the OTG controller's address is derived from the device tree exclusively. The missing property results in U-boot crashing when MUSB is initialized. Fixes: b0bea6678981 ("sunxi: Add USB and R_PIO nodes to sun8i-a83t.dtsi") Signed-off-by: Chen-Yu Tsai Acked-by: Maxime Ripard Reviewed-by: Jagan Teki Tested-by: Jagan Teki --- diff --git a/arch/arm/dts/sun8i-a83t.dtsi b/arch/arm/dts/sun8i-a83t.dtsi index 0fe73e173f..bab6c1812b 100644 --- a/arch/arm/dts/sun8i-a83t.dtsi +++ b/arch/arm/dts/sun8i-a83t.dtsi @@ -227,6 +227,7 @@ usb_otg: usb@01c19000 { compatible = "allwinner,sun8i-a33-musb"; + reg = <0x01c19000 0x400>; interrupts = ; interrupt-names = "mc"; status = "disabled";