mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-29 11:14:56 -04:00
ARM: dts: nxp: Align NAND controller node name with bindings
Bindings expect NAND controller device nodes to be named "nand-controller". Cc: Fabio Estevam <festevam@gmail.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
d5b55c35e0
commit
89cedb339c
@@ -611,7 +611,7 @@ bus@80000000 {
|
||||
reg = <0x80000000 0x3b002000>;
|
||||
ranges;
|
||||
|
||||
nfc: nand@bb000000 {
|
||||
nfc: nand-controller@bb000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
|
||||
@@ -363,7 +363,7 @@ emi@80000000 { /* External Memory Interface */
|
||||
reg = <0x80000000 0x40000000>;
|
||||
ranges;
|
||||
|
||||
nfc: nand@bb000000 {
|
||||
nfc: nand-controller@bb000000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx35-nand", "fsl,imx25-nand";
|
||||
|
||||
@@ -595,7 +595,7 @@ weim: memory-controller@83fda000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nfc: nand@83fdb000 {
|
||||
nfc: nand-controller@83fdb000 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx51-nand";
|
||||
|
||||
@@ -775,7 +775,7 @@ audmux: audmux@63fd0000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
nfc: nand@63fdb000 {
|
||||
nfc: nand-controller@63fdb000 {
|
||||
compatible = "fsl,imx53-nand";
|
||||
reg = <0x63fdb000 0x1000 0xf7ff0000 0x10000>;
|
||||
interrupts = <8>;
|
||||
|
||||
Reference in New Issue
Block a user