Skip to content

Commit 8be99c7

Browse files
ConchuODbebarino
authored andcommitted
dt-bindings: clk: mpfs: add defines for two new clocks
The RTC reference and MSSPLL were previously not documented or defined, as they were unused. Add their defines to the PolarFire SoC header. Fixes: 2145bb6 ("dt-bindings: clk: microchip: Add Microchip PolarFire host binding") Reviewed-by: Daire McNamara <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Krzysztof Kozlowski <[email protected]> Acked-by: Palmer Dabbelt <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 3ebb9fd commit 8be99c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/dt-bindings/clock/microchip,mpfs-clock.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
22
/*
33
* Daire McNamara,<[email protected]>
4-
* Copyright (C) 2020 Microchip Technology Inc. All rights reserved.
4+
* Copyright (C) 2020-2022 Microchip Technology Inc. All rights reserved.
55
*/
66

77
#ifndef _DT_BINDINGS_CLK_MICROCHIP_MPFS_H_
@@ -42,4 +42,7 @@
4242
#define CLK_ATHENA 31
4343
#define CLK_CFM 32
4444

45+
#define CLK_RTCREF 33
46+
#define CLK_MSSPLL 34
47+
4548
#endif /* _DT_BINDINGS_CLK_MICROCHIP_MPFS_H_ */

0 commit comments

Comments
 (0)