Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1522751
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] ARM: zynq: Remove skeleton.dtsi |
| Date | 2016-11-15 15:10 +0100 |
| Message-ID | <sDMAW-5VL-35@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
---
arch/arm/boot/dts/zynq-7000.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 {
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] ARM: zynq: Remove skeleton.dtsi Michal Simek <michal.simek@xilinx.com> - 2016-11-15 15:10 +0100
[PATCH 2/2] ARM: zynq: Fix W=1 dtc 1.4 warnings Michal Simek <michal.simek@xilinx.com> - 2016-11-15 15:10 +0100
Re: [PATCH 2/2] ARM: zynq: Fix W=1 dtc 1.4 warnings Julia Cartwright <julia@ni.com> - 2016-11-15 16:50 +0100
Re: [PATCH 2/2] ARM: zynq: Fix W=1 dtc 1.4 warnings Michal Simek <monstr@monstr.eu> - 2016-11-15 19:10 +0100
Re: [PATCH 1/2] ARM: zynq: Remove skeleton.dtsi Julia Cartwright <julia@ni.com> - 2016-11-15 16:50 +0100
csiph-web