summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-09-25 11:41:57 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2021-01-27 20:36:49 +0200
commit953342a565e4e1d3864d4c88ee7192e3dc6ee02e (patch)
tree3e0bdfe37637824fea8e74998dc9a9d47fb3efcf /arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi
parentcd56f48d97a3f26d49782bbc7f09d3b1d8b9b01f (diff)
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 <philippe.schenker@toradex.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qm-apalis-v1.1.dtsi8
1 files changed, 8 insertions, 0 deletions
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";