ARM: dts: qcom: ipq8064-rb3011: fix nand node validation
authorLuca Weiss <luca@z3ntu.xyz>
Thu, 13 Oct 2022 19:06:55 +0000 (21:06 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 22:53:09 +0000 (17:53 -0500)
The devicetree documentation for the nand node requires the subnode be
called nand@ and no compatible is needed.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221013190657.48499-1-luca@z3ntu.xyz
arch/arm/boot/dts/qcom-ipq8064-rb3011.dts

index 5a65cce2500c13ca646d68a8dd846b724b41818b..86f895db98947c3d206e633159ce7eb3da886d51 100644 (file)
 &nand {
        status = "okay";
 
-       nandcs@0 {
-               compatible = "qcom,nandcs";
+       nand@0 {
                reg = <0>;
 
                nand-ecc-strength = <4>;