diff options
author | Mylène Josserand <mylene.josserand@free-electrons.com> | 2017-02-02 04:24:21 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-02-06 02:45:33 -0500 |
commit | 8e66f3f438cda57f7b82d218a86b0aa9a931df94 (patch) | |
tree | a22a310dc2bd4824aebc4472dc539a127a11e55b | |
parent | 870f1bd1f5e95a3aa860cbcd7b844cdcc6b95e43 (diff) |
ARM: dts: sun8i: parrot: Enable audio nodes
Enable the audio codec and the audio dai for the sun8i R16 Parrot board.
Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun8i-r16-parrot.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-r16-parrot.dts b/arch/arm/boot/dts/sun8i-r16-parrot.dts index e4da572427b1..472c03b7aeab 100644 --- a/arch/arm/boot/dts/sun8i-r16-parrot.dts +++ b/arch/arm/boot/dts/sun8i-r16-parrot.dts | |||
@@ -84,6 +84,14 @@ | |||
84 | 84 | ||
85 | }; | 85 | }; |
86 | 86 | ||
87 | &codec { | ||
88 | status = "okay"; | ||
89 | }; | ||
90 | |||
91 | &dai { | ||
92 | status = "okay"; | ||
93 | }; | ||
94 | |||
87 | &ehci0 { | 95 | &ehci0 { |
88 | status = "okay"; | 96 | status = "okay"; |
89 | }; | 97 | }; |
@@ -317,6 +325,10 @@ | |||
317 | status = "okay"; | 325 | status = "okay"; |
318 | }; | 326 | }; |
319 | 327 | ||
328 | &sound { | ||
329 | status = "okay"; | ||
330 | }; | ||
331 | |||
320 | &uart0 { | 332 | &uart0 { |
321 | pinctrl-names = "default"; | 333 | pinctrl-names = "default"; |
322 | pinctrl-0 = <&uart0_pins_b>; | 334 | pinctrl-0 = <&uart0_pins_b>; |