[PATCH 1/2] dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF

Sebastian Reichel posted 2 patches 3 weeks ago
[PATCH 1/2] dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF
Posted by Sebastian Reichel 3 weeks ago
Add a compatible string for SPDIF on RK3576, which is similar to the
one on RK3568.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
 Documentation/devicetree/bindings/sound/rockchip-spdif.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml b/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml
index 56c755c22945..502907dd28b3 100644
--- a/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml
+++ b/Documentation/devicetree/bindings/sound/rockchip-spdif.yaml
@@ -33,6 +33,7 @@ properties:
           - const: rockchip,rk3066-spdif
       - items:
           - enum:
+              - rockchip,rk3576-spdif
               - rockchip,rk3588-spdif
           - const: rockchip,rk3568-spdif
 

-- 
2.51.0
Re: [PATCH 1/2] dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On Mon, Mar 16, 2026 at 07:23:00PM +0100, Sebastian Reichel wrote:
> Add a compatible string for SPDIF on RK3576, which is similar to the
> one on RK3568.
> 
> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
> ---
>  Documentation/devicetree/bindings/sound/rockchip-spdif.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof
Re: [PATCH 1/2] dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF
Posted by Mark Brown 3 weeks ago
On Mon, Mar 16, 2026 at 07:23:00PM +0100, Sebastian Reichel wrote:
> Add a compatible string for SPDIF on RK3576, which is similar to the
> one on RK3568.

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.
Re: [PATCH 1/2] dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF
Posted by Sebastian Reichel 2 weeks, 6 days ago
Hello Mark,

On Mon, Mar 16, 2026 at 07:44:45PM +0000, Mark Brown wrote:
> On Mon, Mar 16, 2026 at 07:23:00PM +0100, Sebastian Reichel wrote:
> > Add a compatible string for SPDIF on RK3576, which is similar to the
> > one on RK3568.
> 
> Please submit patches using subject lines reflecting the style for the
> subsystem, this makes it easier for people to identify relevant patches.
> Look at what existing commits in the area you're changing are doing and
> make sure your subject lines visually resemble what they're doing.
> There's no need to resubmit to fix this alone.

Sorry, my fault. I used the same prefix as the one adding RK3588
support to the binding and forgot about the different preference for
sound DT bindings. I would have prepared a v2, but I see you already
picked it up.

Greetings,

-- Sebastian