[PATCH 02/10] dt-bindings: clock: Add RDA Micro RDA8810PL clock/reset controller
Rob Herring
robh at kernel.org
Mon Sep 22 11:04:04 PDT 2025
On Fri, Sep 19, 2025 at 01:48:42AM +0700, Dang Huynh wrote:
> Add documentation describing the RDA8810PL Clock and Reset
> controller.
>
> Signed-off-by: Dang Huynh <dang.huynh at mainlining.org>
> ---
> .../bindings/clock/rda,8810pl-apsyscon.yaml | 43 +++++++++++++
> include/dt-bindings/clock/rda,8810pl-apclk.h | 70 ++++++++++++++++++++++
> 2 files changed, 113 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/rda,8810pl-apsyscon.yaml b/Documentation/devicetree/bindings/clock/rda,8810pl-apsyscon.yaml
> new file mode 100644
> index 0000000000000000000000000000000000000000..d90dae8ebaa270aa822e4855d2a4a892168c5eea
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/rda,8810pl-apsyscon.yaml
> @@ -0,0 +1,43 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/rda,8810pl-apsyscon.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: RDA Micro RDA8810PL AP Clock Controller
> +
> +maintainers:
> + - Dang Huynh <dang.huynh at mainlining.org>
> +
> +properties:
> + compatible:
> + items:
> + - const: rda,8810pl-apsyscon
> + - const: syscon
What makes this a syscon? (Answer in the commit msg). If your only use
is so the regmap is automagically created for you, don't. Create a
regmap yourself in your driver.
Rob
More information about the linux-arm-kernel
mailing list