Skip to content

Commit 6e998ef

Browse files
fabioestevamShawn Guo
authored andcommitted
ARM: dts: imx7ulp: Fix usb-phy unit address format
The following warning is seen when building with W=1: arch/arm/boot/dts/imx7ulp.dtsi:189.31-195.5: Warning (simple_bus_reg): /bus@40000000/usb-phy@0x40350000: simple-bus unit address format error, expected "40350000" Fix it as suggested by removing the extra "0x" notation. Fixes: 5b7bd45 ("ARM: dts: imx7ulp: add imx7ulp USBOTG1 support") Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 5f9e832 commit 6e998ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx7ulp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
reg = <0x40330200 0x200>;
187187
};
188188

189-
usbphy1: usb-phy@0x40350000 {
189+
usbphy1: usb-phy@40350000 {
190190
compatible = "fsl,imx7ulp-usbphy", "fsl,imx6ul-usbphy";
191191
reg = <0x40350000 0x1000>;
192192
interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)