diff options
author | Zidan Wang <zidan.wang@freescale.com> | 2015-09-11 16:59:06 +0800 |
---|---|---|
committer | Leonard Crestez <leonard.crestez@nxp.com> | 2018-08-24 12:20:42 +0300 |
commit | bb7d4abee2861b0b774f97133f5139e465491d6c (patch) | |
tree | 9485a940bcbca5314e43af2c4b63f4d851c63df0 /arch/arm/boot/dts/imx6qdl.dtsi | |
parent | c9b93bebd0dcfe1f220026f5a1a86b7783db1a3b (diff) |
MLK-11530-02 ARM: dts: correct hdmi peripheral type
correct hdmi peripheral type
Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index efe521c38326..0189171022f6 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -259,7 +259,7 @@ <&clks IMX6QDL_CLK_HDMI_IAHB>, <&clks IMX6QDL_CLK_HSI_TX>; clock-names = "hdmi_isfr", "hdmi_iahb", "mipi_core"; - dmas = <&sdma 2 24 0>; + dmas = <&sdma 2 25 0>; dma-names = "tx"; status = "disabled"; }; |