Skip to content

Commit 0997607

Browse files
Gabriel-Fernandzbebarino
authored andcommitted
dt-bindings: stm32: cosmetic fixes for STM32MP25 clock and reset bindings
- drop minItems from access-controllers - remove rcc label from example - fixes typos - remove double '::' from 'See also::' Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 37ae850 commit 0997607

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

Documentation/devicetree/bindings/clock/st,stm32mp25-rcc.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ maintainers:
1111

1212
description: |
1313
The RCC hardware block is both a reset and a clock controller.
14-
RCC makes also power management (resume/supend).
14+
RCC makes also power management (resume/suspend).
1515
16-
See also::
16+
See also:
1717
include/dt-bindings/clock/st,stm32mp25-rcc.h
1818
include/dt-bindings/reset/st,stm32mp25-rcc.h
1919
@@ -38,7 +38,7 @@ properties:
3838
- description: CK_SCMI_MSI Low Power Internal oscillator (~ 4 MHz or ~ 16 MHz)
3939
- description: CK_SCMI_LSE Low Speed External oscillator (32 KHz)
4040
- description: CK_SCMI_LSI Low Speed Internal oscillator (~ 32 KHz)
41-
- description: CK_SCMI_HSE_DIV2 CK_SCMI_HSE divided by 2 (coud be gated)
41+
- description: CK_SCMI_HSE_DIV2 CK_SCMI_HSE divided by 2 (could be gated)
4242
- description: CK_SCMI_ICN_HS_MCU High Speed interconnect bus clock
4343
- description: CK_SCMI_ICN_LS_MCU Low Speed interconnect bus clock
4444
- description: CK_SCMI_ICN_SDMMC SDMMC interconnect bus clock
@@ -108,15 +108,14 @@ properties:
108108
- description: CK_SCMI_ICN_APB2 Peripheral bridge 2
109109
- description: CK_SCMI_ICN_APB3 Peripheral bridge 3
110110
- description: CK_SCMI_ICN_APB4 Peripheral bridge 4
111-
- description: CK_SCMI_ICN_APBDBG Peripheral bridge for degub
111+
- description: CK_SCMI_ICN_APBDBG Peripheral bridge for debug
112112
- description: CK_SCMI_TIMG1 Peripheral bridge for timer1
113113
- description: CK_SCMI_TIMG2 Peripheral bridge for timer2
114114
- description: CK_SCMI_PLL3 PLL3 clock
115115
- description: clk_dsi_txbyte DSI byte clock
116116

117117
access-controllers:
118-
minItems: 1
119-
maxItems: 2
118+
maxItems: 1
120119

121120
required:
122121
- compatible
@@ -131,7 +130,7 @@ examples:
131130
- |
132131
#include <dt-bindings/clock/st,stm32mp25-rcc.h>
133132
134-
rcc: clock-controller@44200000 {
133+
clock-controller@44200000 {
135134
compatible = "st,stm32mp25-rcc";
136135
reg = <0x44200000 0x10000>;
137136
#clock-cells = <1>;

0 commit comments

Comments
 (0)