Skip to content

Commit

Permalink
qualcommax: fap650: fix dtc warnings on partitions
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: openwrt#18180
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
PIPIPIG233666 authored and robimarko committed Mar 7, 2025
1 parent 2f9ef8a commit 213799e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@
spi-max-frequency = <50000000>;

partitions {
#address-cells = <1>;
#size-cells = <1>;
compatible = "fixed-partitions";

partition@0 {
Expand Down

0 comments on commit 213799e

Please sign in to comment.