Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: sun5i: Add the Audio codec DT node

The A13 and A10s also have the audio codec present. List it in the device
tree.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>

+13
+13
arch/arm/boot/dts/sun5i.dtsi
··· 589 589 status = "disabled"; 590 590 }; 591 591 592 + codec: codec@01c22c00 { 593 + #sound-dai-cells = <0>; 594 + compatible = "allwinner,sun4i-a10-codec"; 595 + reg = <0x01c22c00 0x40>; 596 + interrupts = <30>; 597 + clocks = <&apb0_gates 0>, <&codec_clk>; 598 + clock-names = "apb", "codec"; 599 + dmas = <&dma SUN4I_DMA_NORMAL 19>, 600 + <&dma SUN4I_DMA_NORMAL 19>; 601 + dma-names = "rx", "tx"; 602 + status = "disabled"; 603 + }; 604 + 592 605 sid: eeprom@01c23800 { 593 606 compatible = "allwinner,sun4i-a10-sid"; 594 607 reg = <0x01c23800 0x10>;