Skip to content

Commit 397caf6

Browse files
pH5Shawn Guo
authored andcommitted
ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt
The timer nodes declare compatibility with "fsl,imx6sx-gpt", which itself is compatible with "fsl,imx6dl-gpt". Switch the fallback compatible from "fsl,imx6sx-gpt" to "fsl,imx6dl-gpt". Fixes: 9496734 ("ARM: dts: add imx7d soc dtsi file") Signed-off-by: Philipp Zabel <[email protected]> Signed-off-by: Roland Hieber <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 15a1c7f commit 397caf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/nxp/imx/imx7s.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
};
455455

456456
gpt1: timer@302d0000 {
457-
compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
457+
compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt";
458458
reg = <0x302d0000 0x10000>;
459459
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
460460
clocks = <&clks IMX7D_GPT1_ROOT_CLK>,
@@ -463,7 +463,7 @@
463463
};
464464

465465
gpt2: timer@302e0000 {
466-
compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
466+
compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt";
467467
reg = <0x302e0000 0x10000>;
468468
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
469469
clocks = <&clks IMX7D_GPT2_ROOT_CLK>,
@@ -473,7 +473,7 @@
473473
};
474474

475475
gpt3: timer@302f0000 {
476-
compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
476+
compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt";
477477
reg = <0x302f0000 0x10000>;
478478
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
479479
clocks = <&clks IMX7D_GPT3_ROOT_CLK>,
@@ -483,7 +483,7 @@
483483
};
484484

485485
gpt4: timer@30300000 {
486-
compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
486+
compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt";
487487
reg = <0x30300000 0x10000>;
488488
interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
489489
clocks = <&clks IMX7D_GPT4_ROOT_CLK>,

0 commit comments

Comments
 (0)