Message ID | 20230214161211.306462-3-robert.marko@sartura.hr (mailing list archive) |
---|---|
State | Accepted |
Commit | fabc476a6cff40119365014e84aa2d2bbdf7756a |
Headers | show |
Series | [1/4] ARM: dts: qcom: ipq4018-ap120c-ac: setup serial console | expand |
On 14.02.2023 17:12, Robert Marko wrote: > 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> Konrad > arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi > index cd2a32d0d5548..bb0c888b048ec 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 @@ partition@190000 { > }; > }; > > - nand@1 { > + flash@1 { > compatible = "spi-nand"; > reg = <1>; > spi-max-frequency = <40000000>;
diff --git a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi index cd2a32d0d5548..bb0c888b048ec 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 @@ partition@190000 { }; }; - nand@1 { + flash@1 { compatible = "spi-nand"; reg = <1>; spi-max-frequency = <40000000>;
SPI-NAND node name should be flash@1 and not nand@1 according to schema. Signed-off-by: Robert Marko <robert.marko@sartura.hr> --- arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)