linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: qcom: ipq8064-rb3011: fix nand node validation
@ 2022-10-13 19:06 Luca Weiss
  2022-10-13 19:06 ` [PATCH 2/3] ARM: dts: qcom: apq8084: fix compatible for l2-cache Luca Weiss
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Luca Weiss @ 2022-10-13 19:06 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	devicetree, linux-kernel

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(-)

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>;
-- 
2.38.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-18  3:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13 19:06 [PATCH 1/3] ARM: dts: qcom: ipq8064-rb3011: fix nand node validation Luca Weiss
2022-10-13 19:06 ` [PATCH 2/3] ARM: dts: qcom: apq8084: fix compatible for l2-cache Luca Weiss
2022-10-13 19:46   ` Konrad Dybcio
2022-10-13 21:16   ` Krzysztof Kozlowski
2022-10-13 19:06 ` [PATCH 3/3] ARM: dts: qcom: apq8064: fix coresight compatible Luca Weiss
2022-10-13 19:47   ` Konrad Dybcio
2022-10-13 21:17   ` Krzysztof Kozlowski
2022-10-13 19:46 ` [PATCH 1/3] ARM: dts: qcom: ipq8064-rb3011: fix nand node validation Konrad Dybcio
2022-10-13 21:16 ` Krzysztof Kozlowski
2022-10-18  3:05 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).