diff options
author | 2022-07-07 15:50:19 +0300 | |
---|---|---|
committer | 2022-07-08 16:37:03 +0800 | |
commit | b64aebbe7931a1e403a12c1afd20ebf1e8691d79 (patch) | |
tree | 2249476f4ace803a393a3548b04eecd7c2239781 | |
parent | arm64: dts: freescale: imx8: Fix power controller name (diff) | |
download | linux-dev-b64aebbe7931a1e403a12c1afd20ebf1e8691d79.tar.xz linux-dev-b64aebbe7931a1e403a12c1afd20ebf1e8691d79.zip |
arm64: dts: freescale: imx8qxp: Add fallback compatible for clock controller
Both i.MX8QM and i.MX8DXL use the fallback fsl,scu-clk compatible.
They rely on the same driver generic part as the i.MX8QXP, so
lets add it to i.MX8QXP too, for consitency.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi index 4f8cd7339112..d0f56e4dee77 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi @@ -216,7 +216,7 @@ }; clk: clock-controller { - compatible = "fsl,imx8qxp-clk"; + compatible = "fsl,imx8qxp-clk", "fsl,scu-clk"; #clock-cells = <2>; }; |