mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ARM: dts: qcom: Fix node name for NAND controller node
Use the common "nand-controller" node name for NAND controller node to fix the `make dtbs_check` validation for Qcom platforms. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20210408170457.91409-10-manivannan.sadhasivam@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
ce5a28d12e
commit
9e1e00f18a
@@ -480,7 +480,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
nand: qpic-nand@79b0000 {
|
nand: nand-controller@79b0000 {
|
||||||
compatible = "qcom,ipq4019-nand";
|
compatible = "qcom,ipq4019-nand";
|
||||||
reg = <0x79b0000 0x1000>;
|
reg = <0x79b0000 0x1000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|||||||
@@ -294,7 +294,7 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
qpic_nand: nand@1b30000 {
|
qpic_nand: nand-controller@1b30000 {
|
||||||
compatible = "qcom,sdx55-nand";
|
compatible = "qcom,sdx55-nand";
|
||||||
reg = <0x01b30000 0x10000>;
|
reg = <0x01b30000 0x10000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|||||||
Reference in New Issue
Block a user