mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
ARM: dts: imx5: make src node name generic
Node name should be generic, use "reset-controller" instead of "src" for i.MX5 SoCs src nodes. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
1ebc662f5d
commit
6a3153e1e0
@ -328,7 +328,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
src: src@53fd0000 {
|
||||
src: reset-controller@53fd0000 {
|
||||
compatible = "fsl,imx50-src", "fsl,imx51-src";
|
||||
reg = <0x53fd0000 0x4000>;
|
||||
interrupts = <75>;
|
||||
|
@ -439,7 +439,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
src: src@73fd0000 {
|
||||
src: reset-controller@73fd0000 {
|
||||
compatible = "fsl,imx51-src";
|
||||
reg = <0x73fd0000 0x4000>;
|
||||
interrupts = <75>;
|
||||
|
@ -588,7 +588,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
src: src@53fd0000 {
|
||||
src: reset-controller@53fd0000 {
|
||||
compatible = "fsl,imx53-src", "fsl,imx51-src";
|
||||
reg = <0x53fd0000 0x4000>;
|
||||
interrupts = <75>;
|
||||
|
Loading…
Reference in New Issue
Block a user