summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2019-03-04 16:24:33 -0600
committerOliver Brown <oliver.brown@nxp.com>2019-03-05 07:13:35 -0600
commitc3ff087dde8312a7222be388aa99cd956e6cb9dd (patch)
treefcb7f44770d9c80b67ab53925f28686423fbbb11 /arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
parentd592afe9018e193f675b8c710fb1e66e44851ec8 (diff)
MLK-21046-1 arm64: dts: imx8qm: Change the HDMI TX clocks.
Need to change the default HDMI TX clocks to 800 MHz for DPLL and 100 MHz for bus. Signed-off-by: Oliver Brown <oliver.brown@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
index 4c0f20d740a8..21af3bc0320d 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-device.dtsi
@@ -2829,7 +2829,7 @@
clock-names = "ipg";
assigned-clocks = <&clk IMX8QM_HDMI_DIG_PLL_CLK>,
<&clk IMX8QM_HDMI_LIS_IPG_CLK>;
- assigned-clock-rates = <675000000>, <84375000>;
+ assigned-clock-rates = <800000000>, <100000000>;
power-domains = <&pd_hdmi>;
status = "disabled";
};