diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-02-26 01:02:09 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-03-13 23:08:27 +0100 |
commit | 9aea151f282df2b82a44fd7058a239334437c266 (patch) | |
tree | 9c9185d586f7fd5d6de471b615da00809e48212b /arch/arm/boot/dts/ste-snowball.dts | |
parent | Linux 4.11-rc2 (diff) | |
download | linux-9aea151f282df2b82a44fd7058a239334437c266.tar.xz linux-9aea151f282df2b82a44fd7058a239334437c266.zip |
ARM: dts: add the AB8500 clocks to the device tree
This adds the AB8500 clocks to the device tree using the new
bindings from the clk subsystem, making audio work again.
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/ste-snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-snowball.dts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index dd5514def604..ade1d0d4e5f4 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts @@ -159,15 +159,6 @@ "", "", "", "", "", "", "", ""; }; - sound { - compatible = "stericsson,snd-soc-mop500"; - - stericsson,cpu-dai = <&msp1 &msp3>; - stericsson,audio-codec = <&codec>; - clocks = <&prcmu_clk PRCMU_SYSCLK>; - clock-names = "sysclk"; - }; - msp0: msp@80123000 { pinctrl-names = "default"; pinctrl-0 = <&msp0_default_mode>; |