diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-02-13 05:52:56 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-02-17 09:53:48 +0300 |
commit | 7c48b086965873c0aa93d99773cf64c033b76b2f (patch) | |
tree | 97b61bbc5e26db148d58031b188ad6d5da020306 /arch/arm/boot/dts/imx6sx.dtsi | |
parent | c0157bdcafa16cf0457079ccfba03a9c4034ab66 (diff) | |
download | linux-7c48b086965873c0aa93d99773cf64c033b76b2f.tar.xz |
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/imx6sx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 98de781b8082..73423cca9b96 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -466,7 +466,7 @@ status = "disabled"; }; - gpt: gpt@2098000 { + gpt: timer@2098000 { compatible = "fsl,imx6sx-gpt", "fsl,imx6dl-gpt"; reg = <0x02098000 0x4000>; interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |