diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2023-09-03 22:33:52 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2023-10-04 13:26:02 +0200 |
commit | 388f872691f6d3055b472cf71b73628da3303b77 (patch) | |
tree | 5660be282a1542221caee98fb297b9c727fd7ced | |
parent | 3fd60a4f43509a9f0f0da04e5b2e10492a42cb2f (diff) | |
download | u-boot-388f872691f6d3055b472cf71b73628da3303b77.zip u-boot-388f872691f6d3055b472cf71b73628da3303b77.tar.gz u-boot-388f872691f6d3055b472cf71b73628da3303b77.tar.bz2 |
ARM: dts: stm32f429: put can2 in secondary mode
commit 6b443faa313c519db755ff90be32758fd9c66453 Linux upstream.
This is a preparation patch for the upcoming support to manage CAN
peripherals in single configuration.
The addition ensures backwards compatibility.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/all/20230427204540.3126234-3-dario.binacchi@amarulasolutions.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
-rw-r--r-- | arch/arm/dts/stm32f429.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32f429.dtsi b/arch/arm/dts/stm32f429.dtsi index 2222510..8133ea1 100644 --- a/arch/arm/dts/stm32f429.dtsi +++ b/arch/arm/dts/stm32f429.dtsi @@ -346,6 +346,7 @@ interrupt-names = "tx", "rx0", "rx1", "sce"; resets = <&rcc STM32F4_APB1_RESET(CAN2)>; clocks = <&rcc 0 STM32F4_APB1_CLOCK(CAN2)>; + st,can-secondary; st,gcan = <&gcan>; status = "disabled"; }; |