diff options
author | Liu Ying <victor.liu@nxp.com> | 2018-06-01 16:25:02 +0800 |
---|---|---|
committer | Jason Liu <jason.hui.liu@nxp.com> | 2019-02-12 10:32:00 +0800 |
commit | 77236513d8db948e9f47ac050f9482ab96d172de (patch) | |
tree | 74d9c601aa1b1d1aedf2d58f7c9468f59b91c823 /arch/arm64 | |
parent | c533b14923127080652924bc3156892e870ab294 (diff) |
MLK-18477-4 arm64: dts: fsl-imx8qm-mek-hdmi: Don't assign dpu disp clk parent
The dpu driver may properly handle display clock parent selection now.
Thus, let's remove the assigned-clock and assigned-clock-parent
device tree properties from the dpu device tree node.
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-hdmi.dts | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-hdmi.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-hdmi.dts index e9fe3430d90b..4ef6af4560a5 100644 --- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-hdmi.dts +++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-hdmi.dts @@ -1,5 +1,5 @@ /* - * Copyright 2017 NXP + * Copyright 2017-2018 NXP * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -48,13 +48,6 @@ }; }; -&dpu1 { - assigned-clocks = <&clk IMX8QM_DC0_DISP0_SEL>, - <&clk IMX8QM_DC0_DISP1_SEL>; - assigned-clock-parents = <&clk IMX8QM_DC0_BYPASS_0_DIV>, - <&clk IMX8QM_DC0_PLL1_CLK>; -}; - &ldb1_phy { status = "disabled"; }; |