Re: [PATCH 1/2] dt-bindings: clock, reset: Add econet EN751221

From: Rob Herring

Date: Fri Mar 13 2026 - 20:38:09 EST


On Thu, Mar 12, 2026 at 04:24:48PM +0000, Caleb James DeLisle wrote:
> Add clock and reset bindings for EN751221 as well as a "chip-scu" which is
> an additional regmap that is used by the clock driver as well as others.
> This split of the SCU across two register areas is the same as the Airoha
> AN758x family.
>
> Signed-off-by: Caleb James DeLisle <cjd@xxxxxxxx>
> ---
> .../bindings/clock/airoha,en7523-scu.yaml | 6 ++-
> .../devicetree/bindings/mfd/syscon.yaml | 2 +
> MAINTAINERS | 2 +
> .../dt-bindings/clock/econet,en751221-scu.h | 12 +++++
> .../dt-bindings/reset/econet,en751221-scu.h | 49 +++++++++++++++++++
> 5 files changed, 70 insertions(+), 1 deletion(-)
> create mode 100644 include/dt-bindings/clock/econet,en751221-scu.h
> create mode 100644 include/dt-bindings/reset/econet,en751221-scu.h
>
> diff --git a/Documentation/devicetree/bindings/clock/airoha,en7523-scu.yaml b/Documentation/devicetree/bindings/clock/airoha,en7523-scu.yaml
> index a8471367175b..eb24a5687639 100644
> --- a/Documentation/devicetree/bindings/clock/airoha,en7523-scu.yaml
> +++ b/Documentation/devicetree/bindings/clock/airoha,en7523-scu.yaml
> @@ -32,6 +32,7 @@ properties:
> - enum:
> - airoha,en7523-scu
> - airoha,en7581-scu
> + - econet,en751221-scu

AFAICT, 'econet' is not a vendor/company but a family of products. The
vendor is still airoha.

Rob