Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: ipq8074: fix NAND node name

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>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220621120642.518575-1-robimarko@gmail.com

authored by

Robert Marko and committed by
Bjorn Andersson
b3996165 93d7cf2e

+1 -1
+1 -1
arch/arm64/boot/dts/qcom/ipq8074.dtsi
··· 535 535 status = "disabled"; 536 536 }; 537 537 538 - qpic_nand: nand@79b0000 { 538 + qpic_nand: nand-controller@79b0000 { 539 539 compatible = "qcom,ipq8074-nand"; 540 540 reg = <0x079b0000 0x10000>; 541 541 #address-cells = <1>;