git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b333e4
)
dts: airoha: en7523: add reset controller support
author
Mikhail Kshevetskiy
<mikhail.kshevetskiy@iopsys.eu>
Sat, 1 Nov 2025 00:44:56 +0000
(
03:44
+0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 7 Nov 2025 22:00:59 +0000
(16:00 -0600)
This patch adds reset controller support to en7523 dts
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
arch/arm/dts/en7523-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/en7523-u-boot.dtsi
b/arch/arm/dts/en7523-u-boot.dtsi
index
34fa806
..
e5a84dc
100644
(file)
--- a/
arch/arm/dts/en7523-u-boot.dtsi
+++ b/
arch/arm/dts/en7523-u-boot.dtsi
@@
-1,5
+1,7
@@
// SPDX-License-Identifier: GPL-2.0+
+#include <dt-bindings/reset/airoha,en7523-reset.h>
+
/ {
reserved-memory {
#address-cells = <1>;
@@
-17,6
+19,7
@@
reg = <0x1fa20000 0x400>,
<0x1fb00000 0x1000>;
#clock-cells = <1>;
+ #reset-cells = <1>;
};
};