From patchwork Sat Jan 27 16:32:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 13534196 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 1BE5FC46CD2 for ; Sat, 27 Jan 2024 16:33:44 +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:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KVyHBNjc33mHD+hvhk40UipNLwC+UzLp9y4tGDVyb8I=; b=1jXiBBp0G1oHWy NgIoLaD88iBw1QK3A8giKcTmB7KU0hcA96tZ7SQbAHAKAO997Y6q7j9ZpNLB8VX/Akf9HxXUbXsVs lyTzWjQK1LW7d0IqxSf0KpQuGTZEeID7dY2gd/sK29lY2uYDbwYwyV8yLXXcqSRKeyOTab3W5/b4x yug41wpLuHmgE5hEYh4inXBoNqzeoOrobUBBGV3vXFlvLl25oV/1vo45E47/LBejJIV6VSqQomx3K oWeF0m2NU/hA/iJ41My9tNsb3J5CoPu9pGVKPUpIjHFC1dZ+n+H3/lNhSTn1XLPERSdgvO3mry+FQ 9l+7e0F8BFXuuqdG7NMQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTlcc-00000007q2a-36li; Sat, 27 Jan 2024 16:33:34 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rTlcU-00000007pyg-2kIf for linux-arm-kernel@lists.infradead.org; Sat, 27 Jan 2024 16:33:27 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 1083F611B5; Sat, 27 Jan 2024 16:32:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21DD4C43330; Sat, 27 Jan 2024 16:32:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706373175; bh=UV5vUtB55jwJjSHcj4dFELiMmvh+A8Qx1KiXYwwaOdg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=U2laxqYaYIfMWNW+FebTG7Hp8zE4EwXty2oystY1/hs3eXZEc8jB+BUmgZQqcOr+2 Mqg/rvm/WMyizloRS+sMFhizfAVrJ1VukgJZr8yeTGUXYkOn3yn4vQjBPwVf9vULZS JusJRPqfVJZSs9ucVReRxUJKNX9/WkylUjxrrJz6I3LluAvLWMTiBEGsAyl/pu7v+V 3/mapLOWcy2vGO/4aAgtdvnLMIa4dUzZ0eyjhafu56TDpiuYralUG6h4XsIrCdvdNY DAMS5+mFJ0b89V4sRzwv7mK7eTtwpyrXuTfyjGebW2RqE+xla6iN/YZ8k1TYxjetoi 3k+gtIyCpLOCQ== Received: by wens.tw (Postfix, from userid 1000) id 6B21B5FDDF; Sun, 28 Jan 2024 00:32:52 +0800 (CST) From: Chen-Yu Tsai To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jernej Skrabec , Samuel Holland , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Vinod Koul Cc: 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, Conor Dooley Subject: [PATCH v2 2/7] dt-bindings: sound: sun4i-spdif: Add Allwinner H616 compatible Date: Sun, 28 Jan 2024 00:32:42 +0800 Message-Id: <20240127163247.384439-3-wens@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240127163247.384439-1-wens@kernel.org> References: <20240127163247.384439-1-wens@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240127_083326_771323_08063502 X-CRM114-Status: GOOD ( 11.35 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Chen-Yu Tsai The SPDIF hardware block found in the H616 SoC has the same layout as the one found in the H6 SoC, except that it is missing the receiver side. Add a new compatible string for it. Signed-off-by: Chen-Yu Tsai Acked-by: Conor Dooley Reviewed-by: Jernej Skrabec --- .../devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml index 98e2e053fa19..aa32dc950e72 100644 --- a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml +++ b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml @@ -22,6 +22,7 @@ properties: - const: allwinner,sun6i-a31-spdif - const: allwinner,sun8i-h3-spdif - const: allwinner,sun50i-h6-spdif + - const: allwinner,sun50i-h616-spdif - items: - const: allwinner,sun8i-a83t-spdif - const: allwinner,sun8i-h3-spdif @@ -63,6 +64,7 @@ allOf: - allwinner,sun6i-a31-spdif - allwinner,sun8i-h3-spdif - allwinner,sun50i-h6-spdif + - allwinner,sun50i-h616-spdif then: required: @@ -74,6 +76,7 @@ allOf: contains: enum: - allwinner,sun8i-h3-spdif + - allwinner,sun50i-h616-spdif then: properties: