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 @@
|
||||
};
|
||||
};
|
||||
|
||||
weim: weim@220000 {
|
||||
weim: memory-controller@220000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx1-weim";
|
||||
|
@ -568,7 +568,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
weim: weim@d8002000 {
|
||||
weim: memory-controller@d8002000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx27-weim";
|
||||
|
@ -352,7 +352,7 @@
|
||||
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 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
weim: weim@b8002000 {
|
||||
weim: memory-controller@b8002000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
clocks = <&clks 0>;
|
||||
|
@ -578,7 +578,7 @@
|
||||
reg = <0x83fd8000 0x1000>;
|
||||
};
|
||||
|
||||
weim: weim@83fda000 {
|
||||
weim: memory-controller@83fda000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx51-weim";
|
||||
|
@ -1158,7 +1158,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
weim: weim@21b8000 {
|
||||
weim: memory-controller@21b8000 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <1>;
|
||||
compatible = "fsl,imx6q-weim";
|
||||
|
@ -949,7 +949,7 @@
|
||||
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 @@
|
||||
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 @@
|
||||
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…
x
Reference in New Issue
Block a user