mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-23 10:24:11 +00:00
qualcommax: fap650: fix dtc warnings on partitions
This commit adds the missing properties to address the following warnings: Warning (reg_format): /soc@0/spi@78b5000/flash@0/partitions/partition@x:reg: property has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1)" Signed-off-by: Weikai Kong <priv@pppig236.com> Link: #18180 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
2f9ef8a256
commit
213799e33e
@ -225,6 +225,8 @@
|
||||
spi-max-frequency = <50000000>;
|
||||
|
||||
partitions {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fixed-partitions";
|
||||
|
||||
partition@0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user