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

From: Caleb James DeLisle

Date: Fri Mar 13 2026 - 21:46:17 EST



On 14/03/2026 01:38, Rob Herring wrote:
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.


EcoNet was a vendor, they existed alongside of Airoha (both were subsidiaries of Mediatek). They ended up being bought out by Airoha in 2021 and the name has been retired from usage. They did share a lot of technology between them, but Airoha focused on ARM devices while EcoNet only ever sold MIPS devices.

Airoha currently lists one of the old EcoNet MIPS SoCs on their website, and may have offered more in the past - but all of the Linux / OpenWrt support for "airoha,*" so far has been for ARM devices only. I've been promoting the idea that anything MIPS should be called EcoNet and anything ARM should be called Airoha.

Thanks,

Caleb



Rob