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 | |
parent | 7d2cecb0849fbb4cb27bfa3828a5a52c57a50748 (diff) | |
download | blackbird-op-linux-812b3dc37574ee45ee986fa4f7130b280d7610e9.tar.gz blackbird-op-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>
-rw-r--r-- | arch/arm/boot/dts/rk3066a.dtsi | 3 | ||||
-rw-r--r-- | arch/arm/boot/dts/rk3188.dtsi | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi index 112d2bf8e998..30dc8af0bdcb 100644 --- a/arch/arm/boot/dts/rk3066a.dtsi +++ b/arch/arm/boot/dts/rk3066a.dtsi @@ -71,6 +71,7 @@ clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>; rockchip,playback-channels = <8>; rockchip,capture-channels = <2>; + #sound-dai-cells = <0>; status = "disabled"; }; @@ -88,6 +89,7 @@ clocks = <&cru HCLK_I2S1>, <&cru SCLK_I2S1>; rockchip,playback-channels = <2>; rockchip,capture-channels = <2>; + #sound-dai-cells = <0>; status = "disabled"; }; @@ -105,6 +107,7 @@ clocks = <&cru HCLK_I2S2>, <&cru SCLK_I2S2>; rockchip,playback-channels = <2>; rockchip,capture-channels = <2>; + #sound-dai-cells = <0>; status = "disabled"; }; 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"; }; |