ARM: dts: imx6ul: Disable gpt2 by default
authorAnson Huang <Anson.Huang@nxp.com>
Thu, 24 Oct 2019 02:59:25 +0000 (10:59 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 28 Oct 2019 08:49:43 +0000 (16:49 +0800)
i.MX GPT driver ONLY supports 1 instance, i.MX6UL already has
GPT1 enabled by default, so GPT2 should be disabled.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul.dtsi

index 9805b48..d9fdca1 100644 (file)
                                clocks = <&clks IMX6UL_CLK_GPT2_BUS>,
                                         <&clks IMX6UL_CLK_GPT2_SERIAL>;
                                clock-names = "ipg", "per";
+                               status = "disabled";
                        };
 
                        sdma: sdma@20ec000 {