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/imx31.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/imx31.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx31.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx31.dtsi b/arch/arm/boot/dts/imx31.dtsi index 1ce7ae94e7ad..c534c1fd185a 100644 --- a/arch/arm/boot/dts/imx31.dtsi +++ b/arch/arm/boot/dts/imx31.dtsi @@ -9,9 +9,10 @@ * http://www.gnu.org/copyleft/gpl.html */ -#include "skeleton.dtsi" - / { + #address-cells = <1>; + #size-cells = <1>; + aliases { serial0 = &uart1; serial1 = &uart2; |