diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2016-06-05 16:49:27 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-11 12:18:22 +0300 |
commit | e57609aa5318cd7cbe011bf0061c4ef79dc41bd4 (patch) | |
tree | 6c7b8852b2f7870875af8a7793f3d57b078df2b8 /arch/arm/boot/dts/imx23.dtsi | |
parent | 31836adea27bc27f0f33ebfda964996d0e57f811 (diff) | |
download | linux-e57609aa5318cd7cbe011bf0061c4ef79dc41bd4.tar.xz |
ARM: dts: mxs: add missing reg properties for GPIO banks
This patch adds the missing reg properties for the MXS GPIO banks
in order to fix the dtc warnings.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 0c9a357e56c5..440ee9a4a158 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -111,6 +111,7 @@ gpio0: gpio@0 { compatible = "fsl,imx23-gpio", "fsl,mxs-gpio"; + reg = <0>; interrupts = <16>; gpio-controller; #gpio-cells = <2>; @@ -120,6 +121,7 @@ gpio1: gpio@1 { compatible = "fsl,imx23-gpio", "fsl,mxs-gpio"; + reg = <1>; interrupts = <17>; gpio-controller; #gpio-cells = <2>; @@ -129,6 +131,7 @@ gpio2: gpio@2 { compatible = "fsl,imx23-gpio", "fsl,mxs-gpio"; + reg = <2>; interrupts = <18>; gpio-controller; #gpio-cells = <2>; |