Message ID | 1571885965-28928-1-git-send-email-Anson.Huang@nxp.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | c4e88bb7949a4ecd7d7bc4d436e626df1e4a2981 |
Headers | show |
Series | ARM: dts: imx6ul: Disable gpt2 by default | expand |
On Thu, Oct 24, 2019 at 10:59:25AM +0800, Anson Huang wrote: > 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> Applied, thanks.
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 9805b48..d9fdca1 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -711,6 +711,7 @@ clocks = <&clks IMX6UL_CLK_GPT2_BUS>, <&clks IMX6UL_CLK_GPT2_SERIAL>; clock-names = "ipg", "per"; + status = "disabled"; }; sdma: sdma@20ec000 {
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> --- arch/arm/boot/dts/imx6ul.dtsi | 1 + 1 file changed, 1 insertion(+)