arm64: dts: imx8dxl: drop 0x from unit address
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 10 Dec 2022 11:33:45 +0000 (12:33 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 31 Dec 2022 13:15:05 +0000 (21:15 +0800)
By coding style, unit address should not start with 0x.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl-ss-conn.dtsi

index 6b416fb..ca195e6 100644 (file)
@@ -67,7 +67,7 @@
                reg = <0x5b0e0200 0x200>;
        };
 
-       usbphy2: usbphy@0x5b110000 {
+       usbphy2: usbphy@5b110000 {
                compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy";
                reg = <0x5b110000 0x1000>;
                clocks = <&usb2_2_lpcg IMX_LPCG_CLK_7>;