aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2022-01-31 13:21:47 +0900
committerSungbo Eo <mans0n@gorani.run>2022-02-01 14:54:16 +0900
commitc7a559980ad18270c0c1c7afa4cbe708f26fb851 (patch)
treeca133216b20cbe59f6e3522a4d9bcd1b2d9ef732 /target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts
parent0c635cf830bc9bb46005f5f8ac414c80e1bcab4e (diff)
downloadupstream-c7a559980ad18270c0c1c7afa4cbe708f26fb851.tar.gz
upstream-c7a559980ad18270c0c1c7afa4cbe708f26fb851.tar.bz2
upstream-c7a559980ad18270c0c1c7afa4cbe708f26fb851.zip
ath79: improve support for Dongwon T&I DW02-412H
* Move &nand node to DTSI * Utilize nvmem for fetching caldata * Rename build recipe, clean before build * Simplify KERNEL definition Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts')
-rw-r--r--target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts26
1 files changed, 2 insertions, 24 deletions
diff --git a/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts b/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts
index 2308d82af9..199529e709 100644
--- a/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts
+++ b/target/linux/ath79/dts/qca9557_dongwon_dw02-412h-128m.dts
@@ -7,28 +7,6 @@
compatible = "dongwon,dw02-412h-128m", "qca,qca9557";
};
-&nand {
- status = "okay";
-
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- partition@0 {
- label = "current";
- reg = <0x0 0x1000000>;
- read-only;
- };
-
- partition@1000000 {
- label = "kernel";
- reg = <0x1000000 0x800000>;
- };
-
- partition@1800000 {
- label = "ubi";
- reg = <0x1800000 0x6800000>;
- };
- };
+&ubi {
+ reg = <0x1800000 0x6800000>;
};