From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DD05CC433F5 for ; Tue, 28 Dec 2021 20:30:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Subject:References: In-Reply-To:Message-ID:To:From:Date:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=0tk5x0o+KZEeQ3tljUttQn7fkFUIBiVS1P0KuRX4tSg=; b=HqF+hLT2ixiWng6JGGb/lAVFHV bNjU13Ebv+qUoEpNv2JPyUcyAJK5NuA+L8rWaoZMXiiLfFT239f+a17hyUlssCPFWG7YQBCNN5IJo 6rWs9fniIkDjPxzWyiDr6D1fw65Rx7y0rJn3TN6gpKD1hzTZRUnl0XnJVUhy8lRhTzgunb1iJqSzr pXuP3mnXndbJAAoR2FS9hrM1pL3LlPNtS+fK+TysYiRULUfWFlzXqehaDP1W/d7giQdLhuFXYa4iM zfoEP0pcbmV1vjKj0MiSFQ4KJfLGfEbM5zKZXsyPef28JPqljY3TtF2KnB3HxJ8UjEpOr63xU4xGx EsNrkIJw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2J5T-001ow6-3s; Tue, 28 Dec 2021 20:28:47 +0000 Received: from mout-u-107.mailbox.org ([2001:67c:2050:1::465:107]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2J5P-001ovG-AB for linux-arm-kernel@lists.infradead.org; Tue, 28 Dec 2021 20:28:45 +0000 Received: from smtp102.mailbox.org (unknown [91.198.250.119]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4JNmMH4793zQkBS; Tue, 28 Dec 2021 21:28:27 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Date: Tue, 28 Dec 2021 21:28:22 +0100 (CET) From: Philip Rinn To: Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec , linux-arm-kernel@lists.infradead.org, "linux-sunxi@googlegroups.com" Message-ID: <446189387.618962.1640723302849@office.mailbox.org> In-Reply-To: References: Subject: Re: [PATCH v3] arm64: dts: allwinner: a64: olinuxino: Enable audio MIME-Version: 1.0 X-Priority: 3 Importance: Normal X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211228_122843_557713_8861BC84 X-CRM114-Status: GOOD ( 13.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, have I forgotten anything to get this patch applied, or have I just become too impatient waiting for an reply? Thanks, Philip On 2021-11-28 at 17:28, Philip Rinn wrote: > Enable the audio hardware on the Olimex A64-OLinuXino board family. > Tested on the A64-OLinuXino-2Ge8G-IND variant. > > Signed-off-by: Philip Rinn > --- > .../dts/allwinner/sun50i-a64-olinuxino.dts | 30 +++++++++++++++++++ > 1 file changed, 30 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts > index ec7e2c0e82c1..6f2674bb1b7f 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts > +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts > @@ -58,6 +58,15 @@ wifi_pwrseq: wifi_pwrseq { > }; > }; > > +&codec { > + status = "okay"; > +}; > + > +&codec_analog { > + cpvdd-supply = <®_eldo1>; > + status = "okay"; > +}; > + > &cpu0 { > cpu-supply = <®_dcdc2>; > }; > @@ -74,6 +83,10 @@ &cpu3 { > cpu-supply = <®_dcdc2>; > }; > > +&dai { > + status = "okay"; > +}; > + > &de { > status = "okay"; > }; > @@ -328,6 +341,23 @@ &simplefb_hdmi { > vcc-hdmi-supply = <®_dldo1>; > }; > > +&sound { > + simple-audio-card,aux-devs = <&codec_analog>; > + simple-audio-card,widgets = "Microphone", "Microphone Jack Left", > + "Microphone", "Microphone Jack Right", > + "Headphone", "Headphone Jack"; > + simple-audio-card,routing = "Left DAC", "DACL", > + "Right DAC", "DACR", > + "Headphone Jack", "HP", > + "ADCL", "Left ADC", > + "ADCR", "Right ADC", > + "Microphone Jack Left", "MBIAS", > + "MIC1", "Microphone Jack Left", > + "Microphone Jack Left", "HBIAS", > + "MIC2", "Microphone Jack Right"; > + status = "okay"; > +}; > + > &uart0 { > pinctrl-names = "default"; > pinctrl-0 = <&uart0_pb_pins>; > -- > 2.33.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel