All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ipq8074: fix NAND node name
@ 2022-06-21 12:06 Robert Marko
  2022-06-21 12:22 ` Krzysztof Kozlowski
  2022-07-03  3:56 ` (subset) " Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Marko @ 2022-06-21 12:06 UTC (permalink / raw)
  To: agross, bjorn.andersson, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Robert Marko

Per schema it should be nand-controller@79b0000 instead of nand@79b0000.
Fix it to match nand-controller.yaml requirements.

Signed-off-by: Robert Marko <robimarko@gmail.com>
---
 arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq8074.dtsi b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
index 34f79860b3c5..7e683aec3ab3 100644
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
@@ -736,7 +736,7 @@ qpic_bam: dma-controller@7984000 {
 			status = "disabled";
 		};
 
-		qpic_nand: nand@79b0000 {
+		qpic_nand: nand-controller@79b0000 {
 			compatible = "qcom,ipq8074-nand";
 			reg = <0x079b0000 0x10000>;
 			#address-cells = <1>;
-- 
2.36.1


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

* Re: [PATCH] arm64: dts: ipq8074: fix NAND node name
  2022-06-21 12:06 [PATCH] arm64: dts: ipq8074: fix NAND node name Robert Marko
@ 2022-06-21 12:22 ` Krzysztof Kozlowski
  2022-07-03  3:56 ` (subset) " Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-21 12:22 UTC (permalink / raw)
  To: Robert Marko, agross, bjorn.andersson, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel

On 21/06/2022 14:06, Robert Marko wrote:
> Per schema it should be nand-controller@79b0000 instead of nand@79b0000.
> Fix it to match nand-controller.yaml requirements.
> 
> Signed-off-by: Robert Marko <robimarko@gmail.com>
> ---
>  arch/arm64/boot/dts/qcom/ipq8074.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof

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

* Re: (subset) [PATCH] arm64: dts: ipq8074: fix NAND node name
  2022-06-21 12:06 [PATCH] arm64: dts: ipq8074: fix NAND node name Robert Marko
  2022-06-21 12:22 ` Krzysztof Kozlowski
@ 2022-07-03  3:56 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2022-07-03  3:56 UTC (permalink / raw)
  To: linux-arm-msm, linux-kernel, devicetree, krzysztof.kozlowski+dt,
	agross, robh+dt, Robert Marko

On Tue, 21 Jun 2022 14:06:42 +0200, Robert Marko wrote:
> Per schema it should be nand-controller@79b0000 instead of nand@79b0000.
> Fix it to match nand-controller.yaml requirements.
> 
> 

Applied, thanks!

[1/1] arm64: dts: ipq8074: fix NAND node name
      commit: b39961659ffc3c3a9e3d0d43b0476547b5f35d49

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

end of thread, other threads:[~2022-07-03  4:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 12:06 [PATCH] arm64: dts: ipq8074: fix NAND node name Robert Marko
2022-06-21 12:22 ` Krzysztof Kozlowski
2022-07-03  3:56 ` (subset) " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.