diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-11-12 18:30:35 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-14 10:36:04 +0300 |
commit | 7f107887d1995c819389f292828097cac4ec4396 (patch) | |
tree | a1251ff329a17130bdb78bb8ab58ca710a2a8350 /arch/arm/boot/dts/imx1.dtsi | |
parent | 425dd2773ed07d1ba21d4ada0f9a9abc85b75151 (diff) | |
download | linux-7f107887d1995c819389f292828097cac4ec4396.tar.xz |
ARM: dts: imx: Remove skeleton.dtsi
As explained by commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark
skeleton.dtsi as deprecated"), including skeleton.dtsi is deprecated.
This fixes the following warning with W=1:
Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx1.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx1.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx1.dtsi b/arch/arm/boot/dts/imx1.dtsi index 22f5d1db5b31..b792eee3899b 100644 --- a/arch/arm/boot/dts/imx1.dtsi +++ b/arch/arm/boot/dts/imx1.dtsi @@ -9,7 +9,6 @@ * http://www.gnu.org/copyleft/gpl.html */ -#include "skeleton.dtsi" #include "imx1-pinfunc.h" #include <dt-bindings/clock/imx1-clock.h> @@ -17,6 +16,9 @@ #include <dt-bindings/interrupt-controller/irq.h> / { + #address-cells = <1>; + #size-cells = <1>; + aliases { gpio0 = &gpio1; gpio1 = &gpio2; |