mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-11 08:02:20 +00:00
lantiq: fritz7362sl: add partition subnode for SPI flash
Without a partition subnode ofpart_core still parses direct subnodes as partitions, but it ignores nodes with a compatible property. Due to this, the switch to nvmem-cells made the urlader partition inaccessible. As a result, the wireless network was broken, as the calibration data is read from that partition by a script. Fixes: #8983 Signed-off-by: Jan Hoffmann <jan@3e8.eu>
This commit is contained in:
parent
dadedd5580
commit
a622273876
@ -25,6 +25,11 @@
|
||||
reg = <4>;
|
||||
spi-max-frequency = <1000000>;
|
||||
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
urlader: partition@0 {
|
||||
reg = <0x0 0x40000>;
|
||||
label = "urlader";
|
||||
@ -44,6 +49,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&localbus {
|
||||
flash1: flash@1 {
|
||||
|
Loading…
Reference in New Issue
Block a user