diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-11-15 16:50:38 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-11-16 11:28:27 +0300 |
commit | 7fe91fccc49f147e7f4e1f8eefbe97d014763a79 (patch) | |
tree | babba556670d8a946b8eec794c20e38cc496e988 /arch/arm/boot/dts/zynq-7000.dtsi | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-7fe91fccc49f147e7f4e1f8eefbe97d014763a79.tar.xz |
ARM: zynq: Remove skeleton.dtsi
Based on
"ARM: dts: explicitly mark skeleton.dtsi as deprecated"
(sha1: 9c0da3cc61f1233c2782e2d3d91e3d0707dd4ba5)
skeleton.dtsi is deprecated.
Move address and size-cells directly to zynq-7000.dtsi.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Julia Cartwright <julia@ni.com>
Diffstat (limited to 'arch/arm/boot/dts/zynq-7000.dtsi')
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index f283ff08381c..f47a6c1cc752 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -10,9 +10,10 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -/include/ "skeleton.dtsi" / { + #address-cells = <1>; + #size-cells = <1>; compatible = "xlnx,zynq-7000"; cpus { |