]> Git Repo - J-u-boot.git/commitdiff
dt-bindings: clk: add missing clk ids for microchip mpfs
authorConor Dooley <[email protected]>
Tue, 25 Oct 2022 07:58:44 +0000 (08:58 +0100)
committerLeo Yu-Chi Liang <[email protected]>
Tue, 15 Nov 2022 07:37:17 +0000 (15:37 +0800)
When this binding header was initally upstreamed, the PLL clocking the
microprocessor subsystem (MSS) and the RTC reference clocks were
omitted. Add them now, matching the IDs used in Linux.

Signed-off-by: Conor Dooley <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Padmarao Begari <[email protected]>
include/dt-bindings/clock/microchip-mpfs-clock.h

index 55fe64693f6b706a10790d38378a0252db7d01d9..c7ed0a8db781f9466a4d703e9ba96de664825213 100644 (file)
@@ -42,4 +42,7 @@
 #define CLK_ATHENA     31
 #define CLK_CFM                32
 
+#define CLK_RTCREF     33
+#define CLK_MSSPLL     34
+
 #endif /* _DT_BINDINGS_CLK_MICROCHIP_MPFS_H_ */
This page took 0.040476 seconds and 4 git commands to generate.