diff options
author | Gabriel Fernandez <gabriel.fernandez@foss.st.com> | 2024-04-11 12:24:51 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2024-04-12 09:19:57 +0300 |
commit | df5df1257c9f2af6621976f1e18a088182230d06 (patch) | |
tree | 85d551eb79b57b4c2ac6af9b68dedc9bc2bbcd69 /include/dt-bindings/reset | |
parent | 239d5fb3ba79b1c2aa257569e55739a07c161c37 (diff) | |
download | linux-df5df1257c9f2af6621976f1e18a088182230d06.tar.xz |
dt-bindings: clocks: stm32mp25: add description of all parents
RCC driver uses '.index' to define all parent clocks instead '.names'
because the use of a name to define a parent clock is discouraged. This
is an ABI change, but the RCC driver has not yet merged, unlike all
others drivers besides Linux.
Fixes: b5be49db3d47 ("dt-bindings: stm32: add clocks and reset binding for stm32mp25 platform")
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240411092453.243633-3-gabriel.fernandez@foss.st.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r-- | include/dt-bindings/reset/st,stm32mp25-rcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/reset/st,stm32mp25-rcc.h b/include/dt-bindings/reset/st,stm32mp25-rcc.h index d5615930bcc8..748e78ae20bd 100644 --- a/include/dt-bindings/reset/st,stm32mp25-rcc.h +++ b/include/dt-bindings/reset/st,stm32mp25-rcc.h @@ -69,7 +69,7 @@ #define ADC3_R 59 #define ETH1_R 60 #define ETH2_R 61 -#define USB2_R 62 +#define USBH_R 62 #define USB2PHY1_R 63 #define USB2PHY2_R 64 #define USB3DR_R 65 |