aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2022-10-25 08:58:44 +0100
committerLeo Yu-Chi Liang <ycliang@andestech.com>2022-11-15 15:37:17 +0800
commit540d02217f8f997c55818ecd16d8624c520ca750 (patch)
treecf0f6d9c517bb1e14015af4a1c528a978ef923d1
parentc4ee4fe92e9be120be6d12718273dec6b63cc7d9 (diff)
downloadu-boot-540d02217f8f997c55818ecd16d8624c520ca750.zip
u-boot-540d02217f8f997c55818ecd16d8624c520ca750.tar.gz
u-boot-540d02217f8f997c55818ecd16d8624c520ca750.tar.bz2
dt-bindings: clk: add missing clk ids for microchip mpfs
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 <conor.dooley@microchip.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Padmarao Begari <padmarao.begari@microchip.com>
-rw-r--r--include/dt-bindings/clock/microchip-mpfs-clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/microchip-mpfs-clock.h b/include/dt-bindings/clock/microchip-mpfs-clock.h
index 55fe646..c7ed0a8 100644
--- a/include/dt-bindings/clock/microchip-mpfs-clock.h
+++ b/include/dt-bindings/clock/microchip-mpfs-clock.h
@@ -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_ */