diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2019-10-24 10:59:25 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-28 16:49:43 +0800 |
commit | c4e88bb7949a4ecd7d7bc4d436e626df1e4a2981 (patch) | |
tree | 928703cafa5880eca1ff59c46267a98c147464ad | |
parent | 28e95b7dcc5a7d4f0a06f7d7897dfe688ea4d399 (diff) | |
download | talos-op-linux-c4e88bb7949a4ecd7d7bc4d436e626df1e4a2981.tar.gz talos-op-linux-c4e88bb7949a4ecd7d7bc4d436e626df1e4a2981.zip |
ARM: dts: imx6ul: Disable gpt2 by default
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>
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 9805b487f9a9..d9fdca12819b 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 { |