1
0
Fork 0

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>
pull/10/head
Liu Ying 2018-06-01 16:25:02 +08:00 committed by Jason Liu
parent e3f09ba8e0
commit 430598dfb7
1 changed files with 1 additions and 8 deletions

View File

@ -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";
};