From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8446F5732A; Tue, 23 Jan 2024 00:44:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705970649; cv=none; b=o98KmMWx1IDkIufgHE7xrbLQwZADTQEuU8mXy8sPg2aNNK78h+x5Vn/w/QD1Hu9K/FY3GiIc218WcSwj/OZtJ0q7iWj3vLlxi/41MopvCX3THii+h1MAYKTbtV3b3kX0tL+S5OjkzSr0ZxAta+1PGuk26OqI6QB4q16TYUPMIqg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705970649; c=relaxed/simple; bh=EqkaQAa8ngABIEr8F8P6NKP5vlleTQIiI2bXwG/sbHc=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GsxutwFL+0jsx5L42lSYs0r1qJnpuNouwD8J36uFs7JyGHDgHTObIeTvQ2CafcE2nOtLokve0Rc+TMD3g04oljdwDozxqGbB2RZWzTmyDBu6H4dsiWotTJLVB3Ic4K/7wtwt2oGy85JDsNg9xp8Vio0enJ3K+qpfSaXoC6yJmVo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 91A0E1FB; Mon, 22 Jan 2024 16:44:52 -0800 (PST) Received: from minigeek.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A275B3F73F; Mon, 22 Jan 2024 16:44:04 -0800 (PST) Date: Tue, 23 Jan 2024 00:43:15 +0000 From: Andre Przywara To: Chen-Yu Tsai Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jernej Skrabec , Samuel Holland , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Vinod Koul , Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-sound@vger.kernel.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 7/7] arm64: dts: allwinner: h616: Add SPDIF device node Message-ID: <20240123004315.068adcba@minigeek.lan> In-Reply-To: <20240122170518.3090814-8-wens@kernel.org> References: <20240122170518.3090814-1-wens@kernel.org> <20240122170518.3090814-8-wens@kernel.org> Organization: Arm Ltd. X-Mailer: Claws Mail 4.2.0 (GTK 3.24.31; x86_64-slackware-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 23 Jan 2024 01:05:18 +0800 Chen-Yu Tsai wrote: Hi, > From: Chen-Yu Tsai > > The H616 SoC has an SPDIF transmitter hardware block, which has the same > layout as the one in the H6, minus the receiver side. > > Add a device node for it, and a default pinmux. > > Signed-off-by: Chen-Yu Tsai Compared the details against the manual, the clock driver, and the binding, they match: Reviewed-by: Andre Przywara Cheers, Andre > --- > .../arm64/boot/dts/allwinner/sun50i-h616.dtsi | 20 +++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi > index a0268439f3be..fd4c080b8e62 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi > @@ -253,6 +253,11 @@ spi1_cs0_pin: spi1-cs0-pin { > function = "spi1"; > }; > > + spdif_tx_pin: spdif-tx-pin { > + pins = "PH4"; > + function = "spdif"; > + }; > + > uart0_ph_pins: uart0-ph-pins { > pins = "PH0", "PH1"; > function = "uart0"; > @@ -550,6 +555,21 @@ mdio0: mdio { > }; > }; > > + spdif: spdif@5093000 { > + compatible = "allwinner,sun50i-h616-spdif"; > + reg = <0x05093000 0x400>; > + interrupts = ; > + clocks = <&ccu CLK_BUS_SPDIF>, <&ccu CLK_SPDIF>; > + clock-names = "apb", "spdif"; > + resets = <&ccu RST_BUS_SPDIF>; > + dmas = <&dma 2>; > + dma-names = "tx"; > + pinctrl-names = "default"; > + pinctrl-0 = <&spdif_tx_pin>; > + #sound-dai-cells = <0>; > + status = "disabled"; > + }; > + > usbotg: usb@5100000 { > compatible = "allwinner,sun50i-h616-musb", > "allwinner,sun8i-h3-musb";