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 <daire.mcnamara@microchip.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20220413075835.3354193-6-conor.dooley@microchip.com Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 3ebb9fd commit 8be99c7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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,<daire.mcnamara@microchip.com>
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)