mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-15 11:24:42 +00:00
ath79: use caldata partition label consistently
Change the caldata partition DTS node label to be consistent with the label property for some Netgear WNDR devices. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
2115dcbfac
commit
bbab32b2e3
@ -139,7 +139,7 @@
|
|||||||
reg = <0x40000 0x40000>;
|
reg = <0x40000 0x40000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
art: partition@80000 {
|
caldata: partition@80000 {
|
||||||
label = "caldata";
|
label = "caldata";
|
||||||
reg = <0x80000 0x40000>;
|
reg = <0x80000 0x40000>;
|
||||||
read-only;
|
read-only;
|
||||||
@ -233,7 +233,7 @@
|
|||||||
/* default for ar934x, except for 1000M */
|
/* default for ar934x, except for 1000M */
|
||||||
pll-data = <0x06000000 0x00000101 0x00001616>;
|
pll-data = <0x06000000 0x00000101 0x00001616>;
|
||||||
|
|
||||||
mtd-mac-address = <&art 0x0>;
|
mtd-mac-address = <&caldata 0x0>;
|
||||||
|
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
phy-handle = <&phy0>;
|
phy-handle = <&phy0>;
|
||||||
@ -260,7 +260,7 @@
|
|||||||
&wmac {
|
&wmac {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
mtd-mac-address = <&art 0x0>;
|
mtd-mac-address = <&caldata 0x0>;
|
||||||
qca,no-eeprom;
|
qca,no-eeprom;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -270,7 +270,7 @@
|
|||||||
ath9k: wifi@0,0 {
|
ath9k: wifi@0,0 {
|
||||||
compatible = "pci168c,0033";
|
compatible = "pci168c,0033";
|
||||||
reg = <0x0000 0 0 0 0>;
|
reg = <0x0000 0 0 0 0>;
|
||||||
mtd-mac-address = <&art 0xc>;
|
mtd-mac-address = <&caldata 0xc>;
|
||||||
qca,no-eeprom;
|
qca,no-eeprom;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
@ -149,7 +149,7 @@
|
|||||||
reg = <0x90000 0x160000>;
|
reg = <0x90000 0x160000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
art: partition@1f0000 {
|
caldata: partition@1f0000 {
|
||||||
label = "caldata";
|
label = "caldata";
|
||||||
reg = <0x1f0000 0x10000>;
|
reg = <0x1f0000 0x10000>;
|
||||||
read-only;
|
read-only;
|
||||||
@ -208,7 +208,7 @@
|
|||||||
|
|
||||||
pll-data = <0x03000101 0x00000101 0x00001919>;
|
pll-data = <0x03000101 0x00000101 0x00001919>;
|
||||||
|
|
||||||
mtd-mac-address = <&art 0x0>;
|
mtd-mac-address = <&caldata 0x0>;
|
||||||
|
|
||||||
phy-mode = "sgmii";
|
phy-mode = "sgmii";
|
||||||
phy-handle = <&phy0>;
|
phy-handle = <&phy0>;
|
||||||
@ -217,7 +217,7 @@
|
|||||||
&wmac {
|
&wmac {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
mtd-mac-address = <&art 0x0>;
|
mtd-mac-address = <&caldata 0x0>;
|
||||||
qca,no-eeprom;
|
qca,no-eeprom;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -228,7 +228,7 @@
|
|||||||
/* chip is AR9580, override bogus PCI ID 168c:abcd */
|
/* chip is AR9580, override bogus PCI ID 168c:abcd */
|
||||||
compatible = "pci168c,0033";
|
compatible = "pci168c,0033";
|
||||||
reg = <0x0000 0 0 0 0>;
|
reg = <0x0000 0 0 0 0>;
|
||||||
mtd-mac-address = <&art 0xc>;
|
mtd-mac-address = <&caldata 0xc>;
|
||||||
qca,no-eeprom;
|
qca,no-eeprom;
|
||||||
qca,gpio-mask=<0xf6ff>; /* unmask pin 9 for RFKILL button */
|
qca,gpio-mask=<0xf6ff>; /* unmask pin 9 for RFKILL button */
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
|
Loading…
Reference in New Issue
Block a user