ARM: dts: qcom: ipq8064-rb3011: fix nand node validation

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
This commit is contained in:
Luca Weiss 2022-10-13 21:06:55 +02:00 committed by Bjorn Andersson
parent 8ad78282a4
commit 6f917ec31d

View File

@ -264,8 +264,7 @@ &hs_phy_1 {
&nand {
status = "okay";
nandcs@0 {
compatible = "qcom,nandcs";
nand@0 {
reg = <0>;
nand-ecc-strength = <4>;