diff options
author | 2016-05-04 19:33:18 -0300 | |
---|---|---|
committer | 2016-06-06 16:24:31 +0800 | |
commit | d805adb21f4c20e633e4fd9c8fac980a9d7f4045 (patch) | |
tree | 2693e58d04820d10389aec1b43aaf40b727a5bf4 | |
parent | ARM: dts: imx6ul: Add SAI alias (diff) | |
download | wireguard-linux-d805adb21f4c20e633e4fd9c8fac980a9d7f4045.tar.xz wireguard-linux-d805adb21f4c20e633e4fd9c8fac980a9d7f4045.zip |
ARM: dts: imx6ul-14x14-evk: Pass "fsl, sai-mclk-direction-output"
Pass "fsl,sai-mclk-direction-output" to the sai2 node, so that the
SAI2_MCLK can be an output.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6ul-14x14-evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts index 668a72997590..918c7c8cdf4e 100644 --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts @@ -146,6 +146,7 @@ <&clks IMX6UL_CLK_SAI2>; assigned-clock-parents = <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>; assigned-clock-rates = <0>, <12288000>; + fsl,sai-mclk-direction-output; status = "okay"; }; |