diff options
| author | Mikhail Kshevetskiy <[email protected]> | 2025-11-01 03:44:56 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-07 16:00:59 -0600 |
| commit | 4dd7df70b8415b98d4bfcf23adb018ac39e3dcd0 (patch) | |
| tree | 9da3c9f3cde577bba19a6782af99a5683f5a9690 /arch | |
| parent | 1b333e40630f42173270b964ed69be494c2df53a (diff) | |
dts: airoha: en7523: add reset controller support
This patch adds reset controller support to en7523 dts
Signed-off-by: Mikhail Kshevetskiy <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/en7523-u-boot.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/en7523-u-boot.dtsi b/arch/arm/dts/en7523-u-boot.dtsi index 34fa8069f9e..e5a84dc56eb 100644 --- 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>; }; }; |
