Patrice Chotard
f959118b66
ARM: dts: stm32mp: alignment with v6.6-rc1
...
Device tree alignment with Linux kernel v6.6.rc1.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-10-04 13:32:41 +02:00
Gatien Chevallier
1937fdbd47
ARM: dts: stm32: add RNG node for STM32MP13x platforms
...
Add RNG node for STM32MP13x platforms.
Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-10-04 13:26:03 +02:00
Patrick Delaunay
3fce6bf213
ARM: dts: stm32mp13: remove shmem for scmi-optee
...
CFG_STM32MP1_SCMI_SHM_SYSRAM will be disabled by default for STM32MP13x
SoCs in next OP-TEE version and the OP-TEE SMCI server uses the OP-TEE
native shared memory registered by clients.
To be compatible by default with this configuration this patch removes
the shared memory in the SCMI configuration and the associated reserved
memory in SRAM.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-08-25 09:29:18 +02:00
Patrick Delaunay
61ad1a527a
ARM: dts: stm32mp: alignment with v6.4
...
Device tree alignment with Linux kernel v6.4.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-08-16 15:30:49 +02:00
Patrick Delaunay
08002ffd08
ARM: dts: stm32mp: alignment with v6.3
...
Device tree alignment with Linux kernel v6.3:
- f5a058023239 - ARM: dts: stm32: add i2c nodes into stm32mp131.dtsi
- 8539ebb435a5 - ARM: dts: stm32: enable i2c1 and i2c5 on
stm32mp135f-dk.dts
- 8539ebb435a5 - ARM: dts: stm32: add spi nodes into stm32mp131.dtsi
- 15f72e0da4da - ARM: dts: stm32: add pinctrl and disabled spi5 node in
stm32mp135f-dk
- ea99a5a02ebc - ARM: dts: stm32: Create separate pinmux for qspi cs pin
in stm32mp15-pinctrl.dtsi
- a306d8962a24 - ARM: dts: stm32: Rename mdio0 to mdio
- 0a5ebb1f3367 - ARM: dts: stm32: Replace SAI format with dai-format DT
property
- ccdab19738a6 - ARM: dts: stm32: add adc support to stm32mp13
- 022932ab55fd - ARM: dts: stm32: add adc pins muxing on stm32mp135f-dk
- ab2806ddad9d - ARM: dts: stm32: add dummy vdd_adc regulator on
stm32mp135f-dk
- e46a180c060f - ARM: dts: stm32: add adc support on stm32mp135f-dk
- 9ebf215fbae1 - ARM: dts: stm32: add PWR fixed regulators on stm32mp131
- 16f4ff60519a - ARM: dts: stm32: add USBPHYC and dual USB HS PHY support
on stm32mp131
- 4a47f0f3e936 - ARM: dts: stm32: add UBSH EHCI and OHCI support on
stm32mp131
- 2a46bb66c47f - ARM: dts: stm32: add USB OTG HS support on stm32mp131
- 9ebf215fbae1 - ARM: dts: stm32: add fixed regulators to support usb on
stm32mp135f-dk
- 16f4ff60519a - ARM: dts: stm32: enable USB HS phys on stm32mp135f-dk
- c4e7254cf6dc - ARM: dts: stm32: enable USB Host EHCI on stm32mp135f-dk
- 44978e135916 - ARM: dts: stm32: add pins for stm32g0 typec controller on stm32mp13
- 4f532403b1e5 - ARM: dts: stm32: enable USB OTG in dual role mode on
stm32mp135f-dk
- e1f15571c96c - ARM: dts: stm32: add mcp23017 pinctrl entry for stm32mp13
- 6cc71374002e - ARM: dts: stm32: add mcp23017 IO expander on I2C1 on
stm32mp135f-dk
- 7ffd2266bd32 - ARM: dts: stm32: Fix qspi pinctrl phandle for
stm32mp15xx-dhcor-som
- 21d83512bf2b - ARM: dts: stm32: Fix qspi pinctrl phandle for
stm32mp15xx-dhcom-som
- 732dbcf52f74 - ARM: dts: stm32: Fix qspi pinctrl phandle for
stm32mp151a-prtt1l
- 003b7c6b24f4 - ARM: dts: stm32: remove sai kernel clock on
stm32mp15xx-dkx
- f2b17b39bfff - ARM: dts: stm32: rename sound card on stm32mp15xx-dkx
- dee3cb759d3d - ARM: dts: stm32: Remove the pins-are-numbered property
- ae8cf3b48727 - ARM: dts: stm32: add i2s nodes on stm32mp131
- 619746a27bd0 - ARM: dts: stm32: add sai nodes on stm32mp131
- c5e05d08ef90 - ARM: dts: stm32: add spdifrx node on stm32mp131
- 0a5afd3ee0d0 - ARM: dts: stm32: add dfsdm node on stm32mp131
- bf9d876bea2e - ARM: dts: stm32: add timers support on stm32mp131
- a3183748371d - ARM: dts: stm32: add timer pins muxing for stm32mp135f-dk
- a9060c1326bc - ARM: dts: stm32: add timers support on stm32mp135f-dk
- a12154058f75 - ARM: dts: stm32: Fix User button on stm32mp135f-dk
- 2f33df889e99 - ARM: dts: stm32: Use new media bus type macros
- 366384e49551 - ARM: dts: stm32: Update part number NVMEM description on
stm32mp131
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Marek Vasut <marex@denx.de >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-06-16 11:22:07 +02:00
Christophe Kerello
fa998c8aea
ARM: dts: stm32: add FMC support on STM32MP13x SoC family
...
Add FMC support on STM32MP13x SoC family.
Signed-off-by: Christophe Kerello <christophe.kerello@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2023-04-19 09:59:36 +02:00
Patrice Chotard
60edabc0a3
ARM: dts: stm32: Add QSPI support on STM32MP13x SoC family
...
Add QSPI support on STM32MP13x SoC family
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
2023-04-19 09:51:49 +02:00
Marek Vasut
666b1a712d
ARM: dts: stm32: Drop MMCI interrupt-names
...
The pl18x MMCI driver does not use the interrupt-names property,
the binding document has been updated to recommend this property
be unused, remove it.
Backport of Marek's Linux patch:
https://lore.kernel.org/linux-arm-kernel/20221013221242.218808-3-marex@denx.de/
Reviewed-by: Linus Walleij <linus.walleij@linaro.org >
Reviewed-by: Yann Gautier <yann.gautier@foss.st.com >
Signed-off-by: Marek Vasut <marex@denx.de >
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com >
Signed-off-by: Yann Gautier <yann.gautier@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-12-07 17:04:08 +01:00
Gabriel Fernandez
2c8d548f4e
arm: dts: stm32mp13: add support of RCC driver
...
Adds support of Clock and Reset drivers for STM32MP13 platform.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com >
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-12-07 16:49:35 +01:00
Patrick Delaunay
152498d580
ARM: dts: stm32mp: alignment with v6.0-rc3
...
Device tree alignment with Linux kernel v6.0-rc3:
- ARM: dts: stm32: add support for USB2514B onboard hub on stm32mp15xx-dkx
- ARM: dts: stm32: Add alternate pinmux for RCC pin
- ARM: dts: stm32: Add alternate pinmux for DCMI pins
- ARM: dts: stm32: Add alternate pinmux for SPI2 pins
- ARM: dts: stm32: Fix SPI2 pinmux pin comments on stm32mp15
- ARM: dts: stm32: add optee reserved memory on stm32mp135f-dk
- ARM: dts: stm32: enable optee firmware and SCMI support on STM32MP13
- ARM: dts: stm32: remove the IPCC "wakeup" IRQ on stm32mp151
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-09-23 14:05:04 +02:00
Patrick Delaunay
12d5a0626c
ARM: dts: stm32mp13: alignment with v5.19
...
Device tree alignment with Linux kernel v5.19-rc1 with:
- ARM: dts: stm32: add UserPA13 button on stm32mp135f-dk
- ARM: dts: stm32: add blue led (Linux heartbeat) on stm32mp135f-dk
- ARM: dts: stm32: add EXTI interrupt-parent to pinctrl node on stm32mp131
- ARM: dts: stm32: enable RTC support on stm32mp135f-dk
- ARM: dts: stm32: add RTC node on stm32mp131
- ARM: dts: stm32: fix pinctrl node name warnings (MPU soc)
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-07-12 11:48:09 +02:00
Patrick Delaunay
44db098ae1
ARM: dts: stm32mp13: add SCMI nodes
...
Add the node for SCMI firmware with the associated reserved memory nodes
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-07-12 11:46:30 +02:00
Patrick Delaunay
0b69ce6a81
ARM: dts: stm32mp13: add OP-TEE nodes
...
Add the node for OP-TEE firmware with the associated reserved memory nodes
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-07-12 11:46:18 +02:00
Patrick Delaunay
a82abb15a8
ARM: dts: stm32: add STM32MP13 SoCs support
...
Add initial support of STM32MP13 family based on v5.18-rc2
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-06-17 09:58:21 +02:00