Message ID | 20221013190657.48499-1-luca@z3ntu.xyz (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/3] ARM: dts: qcom: ipq8064-rb3011: fix nand node validation | expand |
On 13.10.2022 21:06, Luca Weiss wrote: > 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: Konrad Dybcio <konrad.dybcio@somainline.org> Konrad > arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 3 +-- > 1 file changed, 1 insertion(+), 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 @@ &hs_phy_1 { > &nand { > status = "okay"; > > - nandcs@0 { > - compatible = "qcom,nandcs"; > + nand@0 { > reg = <0>; > > nand-ecc-strength = <4>;
On 13/10/2022 15:06, Luca Weiss wrote: > 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> > --- > arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 3 +-- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, 13 Oct 2022 21:06:55 +0200, Luca Weiss wrote: > The devicetree documentation for the nand node requires the subnode be > called nand@ and no compatible is needed. > > Applied, thanks! [1/3] ARM: dts: qcom: ipq8064-rb3011: fix nand node validation commit: 6f917ec31d3eb0f2c657f36d299d39bd8d051e03 [2/3] ARM: dts: qcom: apq8084: fix compatible for l2-cache commit: 891bcfe02470c79489987d643ba0010c0b16f896 [3/3] ARM: dts: qcom: apq8064: fix coresight compatible commit: a42b1ee868361f1cb0492f1bdaefb43e0751e468 Best regards,
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 @@ &hs_phy_1 { &nand { status = "okay"; - nandcs@0 { - compatible = "qcom,nandcs"; + nand@0 { reg = <0>; nand-ecc-strength = <4>;
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> --- arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)