mirror of
https://github.com/openwrt/openwrt.git
synced 2026-05-05 22:25:44 +04:00
25c48519cd
This allows us use more easily port en7581 drivers to en7523. Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> Link: https://github.com/openwrt/openwrt/pull/20365 Signed-off-by: Robert Marko <robimarko@gmail.com>
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From 6e5e3a8e20d12f60a1b902160b92337b392b1c18 Mon Sep 17 00:00:00 2001
|
|
From: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
|
|
Date: Sat, 20 Sep 2025 03:57:25 +0300
|
|
Subject: [PATCH 3/3] ARM: dts: airoha: update EN7523 dtsi to support resets
|
|
|
|
This patch updates EN7523 dtsi to reflect the reset-controller
|
|
support for EN7523 SoC.
|
|
|
|
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
|
|
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
|
---
|
|
arch/arm/boot/dts/airoha/en7523.dtsi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/airoha/en7523.dtsi
|
|
+++ b/arch/arm/boot/dts/airoha/en7523.dtsi
|
|
@@ -4,6 +4,7 @@
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/clock/en7523-clk.h>
|
|
+#include <dt-bindings/reset/airoha,en7523-reset.h>
|
|
|
|
/ {
|
|
interrupt-parent = <&gic>;
|
|
@@ -91,6 +92,7 @@
|
|
reg = <0x1fa20000 0x400>,
|
|
<0x1fb00000 0x1000>;
|
|
#clock-cells = <1>;
|
|
+ #reset-cells = <1>;
|
|
};
|
|
|
|
gic: interrupt-controller@9000000 {
|