From 953342a565e4e1d3864d4c88ee7192e3dc6ee02e Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Fri, 25 Sep 2020 11:41:57 +0200 Subject: ARM64: dts: apalis-imx8: disable hsio_refa_clk and hsio_refb_clk both refclk gates are using GPIOS that we need elsewhere. Because they are not used by default on i.MX8QM we can safely disable them Related-to: ELB-3047 Signed-off-by: Philippe Schenker --- arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi') diff --git a/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi index c6aadbfd9ea0..007a69711a22 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi @@ -366,6 +366,14 @@ lane-mapping = <0x93>; }; +&hsio_refa_clk { + status = "disabled"; +}; + +&hsio_refb_clk { + status = "disabled"; +}; + /* On-module I2C */ &i2c1 { pinctrl-names = "default"; -- cgit v1.2.3