diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-02-13 03:52:56 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-17 07:53:48 +0100 |
commit | 7c48b086965873c0aa93d99773cf64c033b76b2f (patch) | |
tree | 97b61bbc5e26db148d58031b188ad6d5da020306 /arch/arm/boot/dts/imx6ul.dtsi | |
parent | ARM: dts: imx: use generic name bus (diff) | |
download | linux-7c48b086965873c0aa93d99773cf64c033b76b2f.tar.xz linux-7c48b086965873c0aa93d99773cf64c033b76b2f.zip |
ARM: dts: imx: make gpt node name generic
Node name should be generic, use "timer" instead of "gpt" for gpt node.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index beb82d357f37..67b2bab8c155 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -430,7 +430,7 @@ status = "disabled"; }; - gpt1: gpt@2098000 { + gpt1: timer@2098000 { compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt"; reg = <0x02098000 0x4000>; interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; @@ -704,7 +704,7 @@ reg = <0x020e4000 0x4000>; }; - gpt2: gpt@20e8000 { + gpt2: timer@20e8000 { compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt"; reg = <0x020e8000 0x4000>; interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; |