[PATCH 03/16] dt-bindings: clock: airoha: Document support for AN7583 clock
Mikhail Kshevetskiy via U-Boot <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <20260806234432.4098414-4-mikhail.kshevetskiy__28111.8273547449$1786059912$gmane$org@iopsys.eu> |
From: Christian Marangi <[email protected]> Document support for Airoha AN7583 clock. This is based on the EN7523 clock schema with the new requirement of the "airoha,chip-scu" (previously optional for EN7581). Add additional binding for additional clock and reset lines. Signed-off-by: Christian Marangi <[email protected]> --- dts/upstream/include/dt-bindings/clock/en7523-clk.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dts/upstream/include/dt-bindings/clock/en7523-clk.h b/dts/upstream/include/dt-bindings/clock/en7523-clk.h index edfa64045f5..0fbbcb7b1b2 100644 --- a/dts/upstream/include/dt-bindings/clock/en7523-clk.h +++ b/dts/upstream/include/dt-bindings/clock/en7523-clk.h @@ -14,4 +14,7 @@ #define EN7581_CLK_EMMC 8 +#define AN7583_CLK_MDIO0 9 +#define AN7583_CLK_MDIO1 10 + #endif /* _DT_BINDINGS_CLOCK_AIROHA_EN7523_H_ */ -- 2.53.0