Message ID | 20250105150328.15172-1-ansuelsmth@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] arm64: dts: airoha: en7581: Add Clock Controller node | expand |
Il 05/01/25 16:03, Christian Marangi ha scritto: > Add Clock Controller node for EN7581 SoC to correctly expose supported > clock for any user in the SoC. > > Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
On Sun, 05 Jan 2025 16:03:02 +0100, Christian Marangi wrote: > Add Clock Controller node for EN7581 SoC to correctly expose supported > clock for any user in the SoC. > > Applied to v6.14-next/dts64, thanks! [1/3] arm64: dts: airoha: en7581: Add Clock Controller node commit: 7693017580e9be839fa5f27130bb6500f3597595 [2/3] arm64: dts: airoha: en7581: Add SNAND node commit: 8e2e6908a8919a8608866626e5b3bcf242f90b38 [3/3] arm64: dts: airoha: en7581: Add default partition table for EVB board commit: 34833a6f17f6ea99fa9d7788d93221f610061d23 Cheers, Angelo
diff --git a/arch/arm64/boot/dts/airoha/en7581.dtsi b/arch/arm64/boot/dts/airoha/en7581.dtsi index 55eb1762fb11..f584409e72cd 100644 --- a/arch/arm64/boot/dts/airoha/en7581.dtsi +++ b/arch/arm64/boot/dts/airoha/en7581.dtsi @@ -2,6 +2,7 @@ #include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/arm-gic.h> +#include <dt-bindings/clock/en7523-clk.h> / { interrupt-parent = <&gic>; @@ -142,6 +143,13 @@ gic: interrupt-controller@9000000 { interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>; }; + scuclk: clock-controller@1fa20000 { + compatible = "airoha,en7581-scu"; + reg = <0x0 0x1fb00000 0x0 0x970>; + #clock-cells = <1>; + #reset-cells = <1>; + }; + uart1: serial@1fbf0000 { compatible = "ns16550"; reg = <0x0 0x1fbf0000 0x0 0x30>;
Add Clock Controller node for EN7581 SoC to correctly expose supported clock for any user in the SoC. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> --- arch/arm64/boot/dts/airoha/en7581.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)