diff options
author | Simon Glass <sjg@chromium.org> | 2018-12-27 20:15:23 -0700 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2019-02-01 16:59:10 +0100 |
commit | 2d0c01b8f0adbaf7437ef0f4fcd01763190f40e7 (patch) | |
tree | c0b7ea462c1698fb41fae665151e8e653548f718 /arch/arm/dts/rk3288-veyron.dtsi | |
parent | bcea0e1e81791ff86d05c324102677643932bae6 (diff) | |
download | u-boot-2d0c01b8f0adbaf7437ef0f4fcd01763190f40e7.tar.gz |
sound: rockchip: Add sound support for jerry
Jerry uses a max98090 audio codec and the internal SoC I2S peripheral.
Enable sound support and add the required device-tree pieces.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch/arm/dts/rk3288-veyron.dtsi')
-rw-r--r-- | arch/arm/dts/rk3288-veyron.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi index 92b68878fd..49ba3f3f14 100644 --- a/arch/arm/dts/rk3288-veyron.dtsi +++ b/arch/arm/dts/rk3288-veyron.dtsi @@ -484,6 +484,7 @@ max98090: max98090@10 { compatible = "maxim,max98090"; reg = <0x10>; + #sound-dai-cells = <0>; interrupt-parent = <&gpio6>; interrupts = <7 IRQ_TYPE_EDGE_FALLING>; pinctrl-names = "default"; |