Skip to content

Commit 1d89593

Browse files
fifteenhexbebarino
authored andcommitted
dt-bindings: clk: mstar msc313 mpll binding header
Simple header to document the relationship between the MPLL outputs and which divider they come from. Output 0 is missing because it should not be consumed. Signed-off-by: Daniel Palmer <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 5c8fe58 commit 1d89593

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,6 +2150,7 @@ F: Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml
21502150
F: arch/arm/boot/dts/mstar-*
21512151
F: arch/arm/mach-mstar/
21522152
F: drivers/gpio/gpio-msc313.c
2153+
F: include/dt-bindings/clock/mstar-*
21532154
F: include/dt-bindings/gpio/msc313-gpio.h
21542155

21552156
ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2+
/*
3+
* Output definitions for the MStar/SigmaStar MPLL
4+
*
5+
* Copyright (C) 2020 Daniel Palmer <[email protected]>
6+
*/
7+
8+
#ifndef _DT_BINDINGS_CLOCK_MSTAR_MSC313_MPLL_H
9+
#define _DT_BINDINGS_CLOCK_MSTAR_MSC313_MPLL_H
10+
11+
#define MSTAR_MSC313_MPLL_DIV2 1
12+
#define MSTAR_MSC313_MPLL_DIV3 2
13+
#define MSTAR_MSC313_MPLL_DIV4 3
14+
#define MSTAR_MSC313_MPLL_DIV5 4
15+
#define MSTAR_MSC313_MPLL_DIV6 5
16+
#define MSTAR_MSC313_MPLL_DIV7 6
17+
#define MSTAR_MSC313_MPLL_DIV10 7
18+
19+
#endif

0 commit comments

Comments
 (0)