summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2022-10-13 22:06:55 +0300
committerBjorn Andersson <andersson@kernel.org>2022-10-18 01:53:09 +0300
commit6f917ec31d3eb0f2c657f36d299d39bd8d051e03 (patch)
tree89195f55ec5d7497a37942db2d294b0772d04b05
parent8ad78282a43f6effe86530b9980ba456b98d7cbc (diff)
downloadlinux-6f917ec31d3eb0f2c657f36d299d39bd8d051e03.tar.xz
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
-rw-r--r--arch/arm/boot/dts/qcom-ipq8064-rb3011.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
index 5a65cce2500c..86f895db9894 100644
--- a/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
+++ b/arch/arm/boot/dts/qcom-ipq8064-rb3011.dts
@@ -264,8 +264,7 @@
&nand {
status = "okay";
- nandcs@0 {
- compatible = "qcom,nandcs";
+ nand@0 {
reg = <0>;
nand-ecc-strength = <4>;