Skip to content

Commit

Permalink
lantiq: fritz7362sl: fix SPI flash node reg property
Browse files Browse the repository at this point in the history
The &spi node has #address-cells = <1> and #size-cells = <0>. Drop the
extra 0 in the reg property from the SPI flash node to ensure it's
number of cells matches the definition in the parent node. This also
makes the reg property for the SPI flash node consistent with all other
VR9 boards.

Fixes: eae6cac ("lantiq: add support for AVM FRITZ!Box 7362 SL")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
  • Loading branch information
xdarklight authored and chunkeey committed Mar 16, 2022
1 parent 621b058 commit dadedd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <4 0>;
reg = <4>;
spi-max-frequency = <1000000>;

urlader: partition@0 {
Expand Down

0 comments on commit dadedd5

Please sign in to comment.