mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
ARM: dts: nxp: imx: fix weim node name
DT node names should be generic, so replace "weim" node name with "memory-controller" in all i.MX SoC DT files. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
c5823a807e
commit
ccda9e5c36
|
|
@ -251,7 +251,7 @@ gpio4: gpio@21c300 {
|
|||
};
|
||||
};
|
||||
|
||||
weim: weim@220000 {
|
||||
weim: memory-controller@220000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx1-weim";
|
||||
|
|
|
|||
|
|
@ -568,7 +568,7 @@ nfc: nand-controller@d8000000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
weim: weim@d8002000 {
|
||||
weim: memory-controller@d8002000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx27-weim";
|
||||
|
|
|
|||
|
|
@ -352,7 +352,7 @@ nfc: nand@b8000000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
weim: weim@b8002000 {
|
||||
weim: memory-controller@b8002000 {
|
||||
compatible = "fsl,imx31-weim", "fsl,imx27-weim";
|
||||
reg = <0xb8002000 0x1000>;
|
||||
clocks = <&clks 56>;
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@ nfc: nand@bb000000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
weim: weim@b8002000 {
|
||||
weim: memory-controller@b8002000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
clocks = <&clks 0>;
|
||||
|
|
|
|||
|
|
@ -578,7 +578,7 @@ m4if: m4if@83fd8000 {
|
|||
reg = <0x83fd8000 0x1000>;
|
||||
};
|
||||
|
||||
weim: weim@83fda000 {
|
||||
weim: memory-controller@83fda000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx51-weim";
|
||||
|
|
|
|||
|
|
@ -1158,7 +1158,7 @@ mmdc1: memory-controller@21b4000 { /* MMDC1 */
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
weim: weim@21b8000 {
|
||||
weim: memory-controller@21b8000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx6q-weim";
|
||||
|
|
|
|||
|
|
@ -949,7 +949,7 @@ rngb: rngb@21b4000 {
|
|||
clocks = <&clks IMX6SL_CLK_DUMMY>;
|
||||
};
|
||||
|
||||
weim: weim@21b8000 {
|
||||
weim: memory-controller@21b8000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
reg = <0x021b8000 0x4000>;
|
||||
|
|
|
|||
|
|
@ -1107,7 +1107,7 @@ fec2: ethernet@21b4000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
weim: weim@21b8000 {
|
||||
weim: memory-controller@21b8000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx6sx-weim", "fsl,imx6q-weim";
|
||||
|
|
|
|||
|
|
@ -979,7 +979,7 @@ memory-controller@21b0000 {
|
|||
clocks = <&clks IMX6UL_CLK_MMDC_P0_IPG>;
|
||||
};
|
||||
|
||||
weim: weim@21b8000 {
|
||||
weim: memory-controller@21b8000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx6ul-weim", "fsl,imx6q-weim";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user