[PATCH 1/4] media: dt-bindings: allwinner,sun4i-a10-ir: add A523 compatible
Krzysztof Kozlowski
krzk at kernel.org
Fri Jul 3 03:56:00 PDT 2026
On Thu, Jul 02, 2026 at 05:47:47PM -0400, Justin Suess wrote:
> The A523 (sun55i) contains a newer revision of the sunxi CIR receiver.
> It is not backwards-compatible with the A31 programming model: the
> control register has a pulse capture mode field (bits [7:6]) that
> resets to a value which captures no pulses at all, and the sample
> clock divider is now selectable via SPLCFG bits [1:0] instead of
> being fixed at the old module clock / 64.
>
> Since a kernel driving it as an A31 CIR receives nothing, add the
> compatible as a standalone entry rather than under the
> allwinner,sun6i-a31-ir fallback.
>
> Signed-off-by: Justin Suess <utilityemal77 at gmail.com>
> ---
> .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml
> index 42dfe22ad5f1..06656058ce91 100644
> --- a/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml
> +++ b/Documentation/devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml
> @@ -19,6 +19,7 @@ properties:
> - const: allwinner,sun4i-a10-ir
> - const: allwinner,sun5i-a13-ir
> - const: allwinner,sun6i-a31-ir
> + - const: allwinner,sun55i-a523-ir
I assume you are adding it in expected order that Allwinner is
following, not just randomly at the end of any list.
Also, please change all above entries to one enum, can be the same
commit.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski at oss.qualcomm.com>
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list