diff options
author | Heiko Stuebner <heiko.stuebner@bq.com> | 2018-09-05 15:48:33 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-11-27 15:11:30 +0100 |
commit | 812b3dc37574ee45ee986fa4f7130b280d7610e9 (patch) | |
tree | 86a9a9527fccb6a4bcbe9a49df1b275f16197c04 /arch/arm/boot/dts/rk3188.dtsi | |
parent | ARM: dts: rockchip: Add UART DMA support for rv1108 (diff) | |
download | linux-812b3dc37574ee45ee986fa4f7130b280d7610e9.tar.xz linux-812b3dc37574ee45ee986fa4f7130b280d7610e9.zip |
ARM: dts: rockchip: add #sound-dai-cells to Cortex-A9 i2s
The Rockchip i2s always just requires a sound-dail-cells value of 0,
so add them to the core soc dtsi for convenience.
Signed-off-by: Heiko Stuebner <heiko.stuebner@bq.com>
Diffstat (limited to 'arch/arm/boot/dts/rk3188.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3188.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi index 7e0dc52630d9..fd896b0a46e3 100644 --- a/arch/arm/boot/dts/rk3188.dtsi +++ b/arch/arm/boot/dts/rk3188.dtsi @@ -139,6 +139,7 @@ clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>; rockchip,playback-channels = <2>; rockchip,capture-channels = <2>; + #sound-dai-cells = <0>; status = "disabled"; }; |