aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar934x.dtsi
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2020-07-02 21:50:08 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-02 21:34:37 +0200
commit736995ce19ec6f734193d437fb7c1febbc8fa282 (patch)
tree829f408b917901575b7b4b1760f928d398037a80 /target/linux/ath79/dts/ar934x.dtsi
parentcbb66f9edb4dc5fd60a6c262fde84cc570801b84 (diff)
downloadupstream-736995ce19ec6f734193d437fb7c1febbc8fa282.tar.gz
upstream-736995ce19ec6f734193d437fb7c1febbc8fa282.tar.bz2
upstream-736995ce19ec6f734193d437fb7c1febbc8fa282.zip
ath79: rearrange nand node by register address
All other nodes in the DTS are placed in order of address space. Harmonize the nand nodes as well. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/ath79/dts/ar934x.dtsi')
-rw-r--r--target/linux/ath79/dts/ar934x.dtsi36
1 files changed, 18 insertions, 18 deletions
diff --git a/target/linux/ath79/dts/ar934x.dtsi b/target/linux/ath79/dts/ar934x.dtsi
index 0451960a60..763d1c8afe 100644
--- a/target/linux/ath79/dts/ar934x.dtsi
+++ b/target/linux/ath79/dts/ar934x.dtsi
@@ -148,24 +148,6 @@
};
};
- nand: nand@1b000200 {
- compatible = "qca,ar934x-nand";
- reg = <0x1b000200 0xb8>;
-
- interrupts = <21>;
- interrupt-parent = <&miscintc>;
-
- resets = <&rst 14>;
- reset-names = "nand";
-
- nand-ecc-mode = "hw";
-
- #address-cells = <1>;
- #size-cells = <0>;
-
- status = "disabled";
- };
-
gmac: gmac@18070000 {
compatible = "qca,ar9340-gmac";
reg = <0x18070000 0x14>;
@@ -195,6 +177,24 @@
status = "disabled";
};
+ nand: nand@1b000200 {
+ compatible = "qca,ar934x-nand";
+ reg = <0x1b000200 0xb8>;
+
+ interrupts = <21>;
+ interrupt-parent = <&miscintc>;
+
+ resets = <&rst 14>;
+ reset-names = "nand";
+
+ nand-ecc-mode = "hw";
+
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ status = "disabled";
+ };
+
spi: spi@1f000000 {
compatible = "qca,ar934x-spi";
reg = <0x1f000000 0x1c>;