mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-20 00:23:30 +00:00
ramips: remove obsolete mx25l25635f compatible hack (#6380)
The kernel bump to 5.4 has removed the mx25l25635f hack, and the mx25l25635f compatible is no longer required. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> Co-authored-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
parent
db3ec85639
commit
b132179c89
@ -73,9 +73,10 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
flash@0 {
|
flash@0 {
|
||||||
compatible = "mx25l25635f", "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <25000000>;
|
spi-max-frequency = <25000000>;
|
||||||
|
broken-flash-reset;
|
||||||
m25p,fast-read;
|
m25p,fast-read;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include "mt7621.dtsi"
|
#include "mt7621.dtsi"
|
||||||
|
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
@ -42,12 +43,12 @@
|
|||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
|
|
||||||
led_run: run {
|
led_run: run {
|
||||||
label = "blue:run";
|
label = "gl-mt1300:blue:run";
|
||||||
gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
system {
|
system {
|
||||||
label = "white:system";
|
label = "gl-mt1300:white:system";
|
||||||
gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -65,9 +66,10 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
flash@0 {
|
flash@0 {
|
||||||
compatible = "mx25l25635f", "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <80000000>;
|
spi-max-frequency = <80000000>;
|
||||||
|
broken-flash-reset;
|
||||||
m25p,fast-read;
|
m25p,fast-read;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
|
@ -51,9 +51,10 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
flash@0 {
|
flash@0 {
|
||||||
compatible = "mx25l25635f", "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <50000000>;
|
spi-max-frequency = <50000000>;
|
||||||
|
broken-flash-reset;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
|
Loading…
Reference in New Issue
Block a user