lantiq: fix up m25p80 device ids (#20975)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47690
This commit is contained in:
parent
8af9119ff4
commit
46112609d0
5 changed files with 5 additions and 10 deletions
|
@ -44,9 +44,8 @@
|
||||||
m25p80@0 {
|
m25p80@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "mx25l3205d";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0 0>;
|
reg = <0 0>;
|
||||||
linux,modalias = "m25p80", "mx25l64";
|
|
||||||
spi-max-frequency = <5000000>;
|
spi-max-frequency = <5000000>;
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
|
|
|
@ -82,9 +82,8 @@
|
||||||
m25p80@0 {
|
m25p80@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "s25fl129p0";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0 0>;
|
reg = <0 0>;
|
||||||
linux,modalias = "m25p80", "mx25l3205d";
|
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
|
|
|
@ -34,9 +34,8 @@
|
||||||
m25p80@0 {
|
m25p80@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "s25fl129p0";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0 0>;
|
reg = <0 0>;
|
||||||
linux,modalias = "m25p80", "mx25l3205d";
|
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
|
|
|
@ -178,9 +178,8 @@
|
||||||
m25p80@0 {
|
m25p80@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "mx25l2005a";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0 0>;
|
reg = <0 0>;
|
||||||
linux,modalias = "m25p80", "mx25l2005a";
|
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
|
|
||||||
ath9k_cal: partition@0 {
|
ath9k_cal: partition@0 {
|
||||||
|
|
|
@ -157,9 +157,8 @@
|
||||||
m25p80@0 {
|
m25p80@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "en25q64", "m25p80";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0 0>;
|
reg = <0 0>;
|
||||||
linux,modalias = "en25q64";
|
|
||||||
spi-max-frequency = <1000000>;
|
spi-max-frequency = <1000000>;
|
||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
|
|
Loading…
Reference in a new issue