diff options
| author | Chen-Yu Tsai <wens@csie.org> | 2025-09-11 20:47:04 +0300 |
|---|---|---|
| committer | Chen-Yu Tsai <wens@csie.org> | 2025-09-13 08:49:08 +0300 |
| commit | e9671ddd82eee96146a7359431a4e1f04ac2b076 (patch) | |
| tree | 34fd3dd5969f8ef997a12801011524f66eaeeac3 /include | |
| parent | 8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff) | |
| download | linux-e9671ddd82eee96146a7359431a4e1f04ac2b076.tar.xz | |
dt-bindings: clock: sun55i-a523-ccu: Add missing NPU module clock
The main clock controller on the A523/T527 has the NPU's module clock.
It was missing from the original submission, likely because that was
based on the A523 user manual; the A523 is marketed without the NPU.
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250911174710.3149589-2-wens@kernel.org
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/sun55i-a523-ccu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sun55i-a523-ccu.h b/include/dt-bindings/clock/sun55i-a523-ccu.h index c8259ac5ada7..54808fcfd556 100644 --- a/include/dt-bindings/clock/sun55i-a523-ccu.h +++ b/include/dt-bindings/clock/sun55i-a523-ccu.h @@ -185,5 +185,6 @@ #define CLK_FANOUT0 176 #define CLK_FANOUT1 177 #define CLK_FANOUT2 178 +#define CLK_NPU 179 #endif /* _DT_BINDINGS_CLK_SUN55I_A523_CCU_H_ */ |
