From e43e3a26e1b74af86ad80dfdfc3d7b6672d9a676 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 26 Aug 2019 20:02:00 +0200 Subject: ARM: dts: imx6q: follow addition of sata_ext clk Commit f014b5b3b3ab added an additional clock to ahci_imx.c used on i.MX8. Add a dummy clock to imx6q.dtsi so that i.MX6 which doesn't need the clock the driver keeps working. Fixes: [ 2.053942] ahci-imx 2200000.sata: can't get sata_ext clock. [ 2.053962] ahci-imx: probe of 2200000.sata failed with error -2 Signed-off-by: Max Krummenacher --- arch/arm/boot/dts/imx6q.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 8fc6df17c3f5..3e7cc62a7084 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -186,8 +186,9 @@ interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clks IMX6QDL_CLK_SATA>, <&clks IMX6QDL_CLK_SATA_REF_100M>, - <&clks IMX6QDL_CLK_AHB>; - clock-names = "sata", "sata_ref", "ahb"; + <&clks IMX6QDL_CLK_AHB>, + <&clks IMX6QDL_CLK_DUMMY>; + clock-names = "sata", "sata_ref", "ahb", "sata_ext"; status = "disabled"; }; -- cgit v1.2.3