Skip to content

Commit

Permalink
ARM: dts: qcom: ipq4018-ap120c-ac: align SPI-NAND with DT schema
Browse files Browse the repository at this point in the history
SPI-NAND node name should be flash@1 and not nand@1 according to schema.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230214161211.306462-3-robert.marko@sartura.hr
  • Loading branch information
Robert Marko authored and Bjorn Andersson committed Mar 14, 2023
1 parent a7d2715 commit fabc476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
};
};

nand@1 {
flash@1 {
compatible = "spi-nand";
reg = <1>;
spi-max-frequency = <40000000>;
Expand Down

0 comments on commit fabc476

Please sign in to comment.