diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-11-12 13:30:35 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-14 15:36:04 +0800 |
commit | 7f107887d1995c819389f292828097cac4ec4396 (patch) | |
tree | a1251ff329a17130bdb78bb8ab58ca710a2a8350 /arch/arm/boot/dts/imx6ul.dtsi | |
parent | 425dd2773ed07d1ba21d4ada0f9a9abc85b75151 (diff) |
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/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index c5c05fdccc78..39845a7e0463 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -11,9 +11,11 @@ #include <dt-bindings/input/input.h> #include <dt-bindings/interrupt-controller/arm-gic.h> #include "imx6ul-pinfunc.h" -#include "skeleton.dtsi" / { + #address-cells = <1>; + #size-cells = <1>; + aliases { ethernet0 = &fec1; ethernet1 = &fec2; |