Message ID | 20220927201218.1264506-1-robimarko@gmail.com |
---|---|
State | Accepted |
Commit | 8857b0ab6a562c473c5bded0efda9390b82a84d4 |
Headers | show |
Series | [1/2] arm64: dts: qcom: ipq6018: fix NAND node name | expand |
On Tue, 27 Sep 2022 22:12:17 +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/2] arm64: dts: qcom: ipq6018: fix NAND node name commit: 8857b0ab6a562c473c5bded0efda9390b82a84d4 [2/2] arm64: dts: qcom: ipq6018: move ARMv8 timer out of SoC node commit: feeef118fda562cf9081edef8ad464d89db070f4 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi index a7c7ca980a71..57978a8ab498 100644 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi @@ -348,7 +348,7 @@ qpic_bam: dma-controller@7984000 { status = "disabled"; }; - qpic_nand: nand@79b0000 { + qpic_nand: nand-controller@79b0000 { compatible = "qcom,ipq6018-nand"; reg = <0x0 0x079b0000 0x0 0x10000>; #address-cells = <1>;
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/ipq6018.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)