diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-05-18 15:39:53 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-05-20 05:51:38 +0300 |
commit | eb998547a0bd8663245400ca197e28945bd289fe (patch) | |
tree | 0cd567c353f6adaf35787822bf0a5fb6977cc293 /arch/arm/boot/dts/imx7s.dtsi | |
parent | fbf40f4e64ba7eb814aa02b6c4c76a032f877ad6 (diff) | |
download | linux-eb998547a0bd8663245400ca197e28945bd289fe.tar.xz |
ARM: dts: imx: make src node name generic
Node name should be generic, use "reset-controller" instead of "src" for
i.MX6/i.MX7 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>
Diffstat (limited to 'arch/arm/boot/dts/imx7s.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 76e3ffbbbfbf..8bac49137692 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -624,7 +624,7 @@ clock-names = "ckil", "osc"; }; - src: src@30390000 { + src: reset-controller@30390000 { compatible = "fsl,imx7d-src", "syscon"; reg = <0x30390000 0x10000>; interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; |