projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1001354
)
ARM: zynq: Remove skeleton.dtsi
author
Michal Simek
<
[email protected]
>
Tue, 15 Nov 2016 13:50:38 +0000
(14:50 +0100)
committer
Michal Simek
<
[email protected]
>
Wed, 16 Nov 2016 08:28:27 +0000
(09:28 +0100)
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 <
[email protected]
>
Reviewed-by: Julia Cartwright <
[email protected]
>
arch/arm/boot/dts/zynq-7000.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/zynq-7000.dtsi
b/arch/arm/boot/dts/zynq-7000.dtsi
index f283ff08381c5b0765cfee9c062cdb3baedd8eab..f47a6c1cc752d4a14434d4f54c667c9ff1b54e37 100644
(file)
--- 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 {