From: Robert Marko Date: Tue, 14 Feb 2023 16:12:10 +0000 (+0100) Subject: ARM: dts: qcom: ipq4018-ap120c-ac: align SPI-NAND with DT schema X-Git-Tag: v6.6.17~5054^2~13^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fabc476a6cff40119365014e84aa2d2bbdf7756a;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: qcom: ipq4018-ap120c-ac: align SPI-NAND with DT schema SPI-NAND node name should be flash@1 and not nand@1 according to schema. Signed-off-by: Robert Marko Reviewed-by: Konrad Dybcio Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230214161211.306462-3-robert.marko@sartura.hr --- diff --git a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi index cd2a32d..bb0c888 100644 --- a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi +++ b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi @@ -186,7 +186,7 @@ }; }; - nand@1 { + flash@1 { compatible = "spi-nand"; reg = <1>; spi-max-frequency = <40000000>;