ARM: dts: imx7-colibri: remove leading zero from reg address
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Mon, 16 May 2022 14:11:20 +0000 (16:11 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 11 Jun 2022 09:14:25 +0000 (17:14 +0800)
Remove the unnecessary leading zero from the reg address.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-colibri.dtsi

index 065d8f55f3261a336577a8fe9579b46fba75eb94..cbe4f072d4efaeb2636d5f67c20ea0b360b55d63 100644 (file)
                compatible = "fsl,sgtl5000";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_sai1_mclk>;
-               reg = <0x0a>;
+               reg = <0xa>;
                VDDA-supply = <&reg_module_3v3_avdd>;
                VDDD-supply = <&reg_DCDC3>;
                VDDIO-supply = <&reg_module_3v3>;