summaryrefslogtreecommitdiff
path: root/arch/arm/dts/stm32mp157c-ed1.dts
Commit message (Collapse)AuthorAgeFilesLines
* pinctrl: stm32: make pinctrl use hwspinlockBenjamin Gaignard2018-12-061-0/+4
| | | | | | | | | | | | Protect configuration registers with a hardware spinlock. If a hwspinlock is defined in the device-tree node used it to be sure that none of the others processors on the SoC could change the configuration at the same time. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
* hwspinlock: add stm32 hardware spinlock supportBenjamin Gaignard2018-12-061-0/+4
| | | | | | | | Implement hardware spinlock support for STM32MP1. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
* ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1Patrice Chotard2018-10-101-0/+4
| | | | | | | Add usbotg_hs regulator to allow to use the USB mass-storage feature on OTG usb port. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
* dts: import stm32mp1 device tree from linux kernelPatrick Delaunay2018-07-201-129/+27
| | | | | | | This patch rebase the stm32mp1 device tree source from linux kernel v4.18-rc1. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
* ARM: dts: stm32mp157c-ed1: Add regulator nodePatrice Chotard2018-05-081-0/+272
| | | | | | | | | Add regulator nodes needed by stpmu1 regulator driver Add vmmc-supply and vqmmc-supply regulator property for sdmmc1 and sdmmc2. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
* stm32mp1: add eMMC support for ED1Patrick Delaunay2018-04-061-0/+37
| | | | | | | | | | Add command GPT support Add EMMC boot support Add the 2 other SDMMC instances for ED1: - SDMMC2 = mmc 1, eMMC on the ED1 board - SDMMC3 = extension connector, deactivated by default Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
* dts: add device tree for STM32MP157C-ED1 boardPatrick Delaunay2018-03-191-0/+167
Add minimal devicetree for STM32MP157C-ED1 board, with only the devices to allow boot from SDCARD: - RCC for clock and reset - UART4 for console - I2C and PMIC - DDR - SDMMC0 for SDCard Waiting Kernel upstream for alignment. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>