octeon: ubnt-edgerouter-4/6p: devicetree cleanup
removed redundant eeprom partition nodes from cn7130_ubnt_edgerouter-4.dts and cn7130_ubnt_edgerouter-6p.dts as they are identically defined in cn7130_ubnt_edgerouter-e300.dtsi. Signed-off-by: Carsten Spieß <mail@carsten-spiess.de> (integrated eeprom referenced node in the .dtsi) Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
2b1d7965c7
commit
700f11aaad
3 changed files with 10 additions and 30 deletions
|
@ -19,13 +19,3 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&eeprom {
|
|
||||||
compatible = "nvmem-cells";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
macaddr_eeprom_0: macaddr@0 {
|
|
||||||
reg = <0x0 0x6>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
|
@ -62,12 +62,3 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&eeprom {
|
|
||||||
compatible = "nvmem-cells";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
macaddr_eeprom_0: macaddr@0 {
|
|
||||||
reg = <0x0 0x6>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
|
@ -116,10 +116,18 @@
|
||||||
reg = <0x300000 0x100000>;
|
reg = <0x300000 0x100000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
eeprom: partition@400000 {
|
partition@400000 {
|
||||||
|
compatible = "nvmem-cells";
|
||||||
|
reg = <0x400000 0x10000>;
|
||||||
label = "eeprom";
|
label = "eeprom";
|
||||||
read-only;
|
read-only;
|
||||||
reg = <0x400000 0x10000>;
|
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
macaddr_eeprom_0: macaddr@0 {
|
||||||
|
reg = <0x0 0x6>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -213,12 +221,3 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&eeprom {
|
|
||||||
compatible = "nvmem-cells";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
|
|
||||||
macaddr_eeprom_0: macaddr@0 {
|
|
||||||
reg = <0x0 0x6>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in a new issue