diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-12-27 15:04:37 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 14:12:57 +0100 |
commit | 5022427870b9a9b682989d10a188c81b568a7c20 (patch) | |
tree | d42e91bdff69a91cedda09e339047a3beb1576ea /arch/arm/boot/dts/imx28-apx4devkit.dts | |
parent | ARM: dts: imx28-tx28: Pass unit address and reg to IOMUX node (diff) | |
download | linux-5022427870b9a9b682989d10a188c81b568a7c20.tar.xz linux-5022427870b9a9b682989d10a188c81b568a7c20.zip |
ARM: dts: imx28-apx4devkit: Pass unit address and reg to IOMUX node
Pass unit address and reg to IOMUX node to fix the following build
warning with W=1:
arch/arm/boot/dts/imx28-apx4devkit.dtb: Warning (simple_bus_reg): Node /apb@80000000/apbh@80000000/pinctrl@80018000/mmc2-sck-cfg-apx4 missing or empty reg/ranges property
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-apx4devkit.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-apx4devkit.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28-apx4devkit.dts b/arch/arm/boot/dts/imx28-apx4devkit.dts index ae078341fb60..91456bc08d24 100644 --- a/arch/arm/boot/dts/imx28-apx4devkit.dts +++ b/arch/arm/boot/dts/imx28-apx4devkit.dts @@ -82,7 +82,8 @@ fsl,pull-up = <MXS_PULL_ENABLE>; }; - mmc2_sck_cfg_apx4: mmc2-sck-cfg-apx4 { + mmc2_sck_cfg_apx4: mmc2-sck-cfg-apx4@0 { + reg = <0>; fsl,pinmux-ids = < MX28_PAD_SSP0_DATA7__SSP2_SCK >; |