summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/st
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stm32-dt-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2024-03-0413-11/+126
|\
| * ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dkThomas Bourgoin2024-02-291-0/+4
| * ARM: dts: stm32: enable CRC on stm32mp135f-dkLionel Debieve2024-02-291-0/+4
| * ARM: dts: stm32: add CRC on stm32mp131Lionel Debieve2024-02-291-0/+7
| * ARM: dts: add stm32f769-disco-mb1166-reva09Dario Binacchi2024-02-292-0/+14
| * ARM: dts: stm32: add display support on stm32f769-discoDario Binacchi2024-02-291-1/+63
| * ARM: dts: stm32: rename mmc_vcard to vcc-3v3 on stm32f769-discoDario Binacchi2024-02-291-3/+3
| * ARM: dts: stm32: add DSI support on stm32f769Dario Binacchi2024-02-291-0/+20
| * ARM: dts: stm32: lxa-tac: reduce RGMII interface drive strengthLeonard Göhrs2024-02-141-0/+4
| * ARM: dts: stm32: fix DSI peripheral clock on stm32mp15 boardsRaphael Gallais-Pou2024-01-255-5/+5
| * ARM: dts: stm32: lxa-tac: drive powerboard lines as open-drainLeonard Göhrs2024-01-242-2/+2
* | Merge tag 'dt-cleanup-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2024-02-291-4/+4
|\ \
| * | ARM: dts: sti: minor whitespace cleanup around '='Krzysztof Kozlowski2024-01-261-4/+4
| |/
* / arm: dts: Fix dtc interrupt_provider warningsRob Herring2024-02-202-2/+0
|/
* Merge tag 'ux500-dts-soc-for-v6.8' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-12-219-56/+543
|\
| * ARM: dts: ux500-href: Switch HREF520 to AB8505Linus Walleij2023-12-152-1/+491
| * ARM: dts: ux500-href: Push AB8500 config outLinus Walleij2023-12-152-55/+48
| * ARM: dts: ux500-href: Push AB8500 inclusion to the topLinus Walleij2023-12-156-1/+5
* | Merge tag 'stm32-dt-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2023-12-2122-51/+88
|\ \
| * | ARM: dts: stm32: add dcmipp support to stm32mp135Hugues Fruchet2023-12-151-0/+11
| * | ARM: dts: stm32: Consolidate usbh_[eo]hci phy properties on stm32mp15Uwe Kleine-König2023-12-1415-31/+4
| * | ARM: dts: stm32: don't mix SCMI and non-SCMI board compatiblesAhmad Fatoum2023-12-144-5/+4
| * | ARM: dts: stm32: minor whitespace cleanup around '='Krzysztof Kozlowski2023-12-144-4/+4
| * | ARM: dts: stm32: add SPI support on STM32F746Ben Wolsieffer2023-11-211-0/+60
| * | ARM: dts: stm32: add STM32F746 syscfg clockBen Wolsieffer2023-11-211-0/+1
| * | ARM: dts: stm32: use the same 3v3 for SD and DSI nodes on stm32f469-discoDario Binacchi2023-11-201-11/+4
| |/
* / ARM: dts: ste: minor whitespace cleanup around '='Krzysztof Kozlowski2023-12-2110-21/+21
|/
* arm/arm64: dts: Removed undocumented and unused "pl022,hierarchy" propertyRob Herring2023-10-182-4/+0
* Merge tag 'stm32-dt-for-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2023-10-1610-14/+615
|\
| * ARM: dts: stm32: add SDIO pinctrl sleep support on stm32f7 boardsBen Wolsieffer2023-10-093-3/+6
| * ARM: dts: stm32: add stm32f7 SDIO sleep pinsBen Wolsieffer2023-10-091-0/+22
| * ARM: dts: stm32: add RNG node for STM32MP13x platformsGatien Chevallier2023-10-091-0/+8
| * ARM: dts: stm32: omit unused pinctrl groups from stm32mp15 dtb filesSascha Hauer2023-09-291-0/+228
| * ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank linesDario Binacchi2023-09-291-1/+0
| * ARM: dts: stm32: add HASH on stm32mp131Lionel Debieve2023-09-291-0/+11
| * ARM: dts: stm32: Add Octavo OSD32MP1-RED boardSean Nyekjaer2023-09-112-0/+226
| * ARM: dts: stm32: osd32: fix ldo6 not required to be always-onSean Nyekjaer2023-09-111-2/+0
| * ARM: dts: stm32: lxa-tac: remove v3v3_hdmi overrideSean Nyekjaer2023-09-111-4/+0
| * ARM: dts: stm32: osd32: fix ldo2 not required to be always-onSean Nyekjaer2023-09-111-2/+0
| * ARM: dts: stm32: osd32: fix ldo1 not required to be always-onSean Nyekjaer2023-09-111-2/+0
| * ARM: dts: stm32: Add alternate pinmux for can pinsSean Nyekjaer2023-09-111-0/+20
| * ARM: dts: stm32: Add alternate pinmux for ldtc pinsSean Nyekjaer2023-09-111-0/+75
| * ARM: dts: stm32: Add alternate pinmux for i2s pinsSean Nyekjaer2023-09-111-0/+19
* | Merge tag 'sti-dt-for-v6.7-round1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2023-10-132-9/+8
|\ \
| * | ARM: dts: st: correct led level in stih418-b2264.dtsAlain Volmat2023-10-131-1/+1
| * | ARM: dts: st: move leds out of soc in stih418-b2264.dtsAlain Volmat2023-10-131-7/+7
| * | ARM: dts: st: correct serial alias in stih418-b2264.dtsAlain Volmat2023-10-131-1/+1
| * | ARM: dts: st: stih407: drop max-duty-cycleKrzysztof Kozlowski2023-10-131-1/+0
| |/
* | ARM: dts: st: href-tvk1281618: correct touchscreen syna,nosleep-modeKrzysztof Kozlowski2023-09-251-1/+1
* | ARM: dts: st: href-tvk1281618: fix touchscreen VIO supplyKrzysztof Kozlowski2023-09-251-1/+1
|/