From 68d77241cdb979eebb66549c242d5362adaaecdc Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 26 Nov 2018 15:39:25 +0100 Subject: ath79: rename glinet x750 The boardname is gl-x750 and is already used for the led names. Signed-off-by: Mathias Kresin --- target/linux/ath79/dts/qca9533_glinet_gl-x750.dts | 46 +++++++++++++++++++++++ target/linux/ath79/dts/qca9533_glinet_x750.dts | 46 ----------------------- target/linux/ath79/dts/qca9533_glinet_x750.dtsi | 2 +- 3 files changed, 47 insertions(+), 47 deletions(-) create mode 100644 target/linux/ath79/dts/qca9533_glinet_gl-x750.dts delete mode 100644 target/linux/ath79/dts/qca9533_glinet_x750.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/qca9533_glinet_gl-x750.dts b/target/linux/ath79/dts/qca9533_glinet_gl-x750.dts new file mode 100644 index 0000000000..7313f96d51 --- /dev/null +++ b/target/linux/ath79/dts/qca9533_glinet_gl-x750.dts @@ -0,0 +1,46 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include +#include + +#include "qca9533_glinet_x750.dtsi" + +&spi { + status = "okay"; + num-cs = <0>; + + flash@0 { + compatible = "jedec,spi-nor"; + reg = <0>; + spi-max-frequency = <25000000>; + + partitions { + compatible = "fixed-partitions"; + #address-cells = <1>; + #size-cells = <1>; + + partition@0 { + label = "u-boot"; + reg = <0x000000 0x040000>; + read-only; + }; + + partition@40000 { + label = "u-boot-env"; + reg = <0x040000 0x010000>; + }; + + art: partition@50000 { + label = "art"; + reg = <0x050000 0x010000>; + }; + + partition@60000 { + label = "firmware"; + reg = <0x060000 0xfa0000>; + }; + + }; + }; +}; diff --git a/target/linux/ath79/dts/qca9533_glinet_x750.dts b/target/linux/ath79/dts/qca9533_glinet_x750.dts deleted file mode 100644 index 7313f96d51..0000000000 --- a/target/linux/ath79/dts/qca9533_glinet_x750.dts +++ /dev/null @@ -1,46 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT -/dts-v1/; - -#include -#include - -#include "qca9533_glinet_x750.dtsi" - -&spi { - status = "okay"; - num-cs = <0>; - - flash@0 { - compatible = "jedec,spi-nor"; - reg = <0>; - spi-max-frequency = <25000000>; - - partitions { - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; - - partition@0 { - label = "u-boot"; - reg = <0x000000 0x040000>; - read-only; - }; - - partition@40000 { - label = "u-boot-env"; - reg = <0x040000 0x010000>; - }; - - art: partition@50000 { - label = "art"; - reg = <0x050000 0x010000>; - }; - - partition@60000 { - label = "firmware"; - reg = <0x060000 0xfa0000>; - }; - - }; - }; -}; diff --git a/target/linux/ath79/dts/qca9533_glinet_x750.dtsi b/target/linux/ath79/dts/qca9533_glinet_x750.dtsi index b84c332137..e1f95d5f04 100644 --- a/target/linux/ath79/dts/qca9533_glinet_x750.dtsi +++ b/target/linux/ath79/dts/qca9533_glinet_x750.dtsi @@ -4,7 +4,7 @@ #include "qca9533.dtsi" / { - compatible = "glinet,x750", "qca,qca9533"; + compatible = "glinet,gl-x750", "qca,qca9533"; model = "GL.iNet GL-X750"; keys { -- cgit v1.2.3