diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-05-05 01:33:18 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-06 11:24:31 +0300 |
commit | d805adb21f4c20e633e4fd9c8fac980a9d7f4045 (patch) | |
tree | 2693e58d04820d10389aec1b43aaf40b727a5bf4 | |
parent | fb3239ff0382b0c35df25902d5bf90b23d109168 (diff) | |
download | linux-d805adb21f4c20e633e4fd9c8fac980a9d7f4045.tar.xz |
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"; }; |