Message ID | 20220414143318.26363-1-nicolas.ferre@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 67e473a303e76d31bcd221ba76859bd898d152cb |
Headers | show |
Series | [GIT,PULL] ARM: at91: fixes for 5.18 | expand |
Hello: This pull request was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Thu, 14 Apr 2022 16:33:18 +0200 you wrote: > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Arnd, Olof, > > Here are the fixes for 5.18 addressing DT issues. Please pull. > > Thanks, best regards, > Nicolas > > [...] Here is the summary with links: - [GIT,PULL] ARM: at91: fixes for 5.18 https://git.kernel.org/soc/soc/c/67e473a303e7 You are awesome, thank you!
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Thu, 14 Apr 2022 16:33:18 +0200 you wrote: > From: Nicolas Ferre <nicolas.ferre@microchip.com> > > Arnd, Olof, > > Here are the fixes for 5.18 addressing DT issues. Please pull. > > Thanks, best regards, > Nicolas > > [...] Here is the summary with links: - [GIT,PULL] ARM: at91: fixes for 5.18 https://git.kernel.org/soc/soc/c/67e473a303e7 You are awesome, thank you!
From: Nicolas Ferre <nicolas.ferre@microchip.com> Arnd, Olof, Here are the fixes for 5.18 addressing DT issues. Please pull. Thanks, best regards, Nicolas The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-fixes-5.18 for you to fetch changes up to 0c640d9544d0109da3889d71ae77301e556db977: ARM: dts: at91: fix pinctrl phandles (2022-04-13 18:48:01 +0200) ---------------------------------------------------------------- AT91 fixes #1 for 5.18: Only DT fixes. They cover syntax issues as well as features: - fix dtschema check warnings for DMA channel entries, boolean properties and flash names - sam9g20ek audio clock and regulator description - sama5d[34]_xplained SPI pinctrl - align DT with hardware subtleties on sama7g5ek ---------------------------------------------------------------- Claudiu Beznea (2): ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name ARM: dts: at91: fix pinctrl phandles Eugen Hristev (1): ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines Krzysztof Kozlowski (2): ARM: dts: at91: align SPI NOR node name with dtschema ARM: dts: at91: use generic node name for dataflash Mark Brown (2): ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek ARM: dts: at91: Describe regulators on at91sam9g20ek Rob Herring (1): ARM: dts: at91: Fix boolean properties with values Sergiu Moga (1): ARM: dts: at91: sama7g5: Swap `rx` and `tx` for `i2c` nodes Tudor Ambarus (1): ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI0's HSIO and PCB lines .../devicetree/bindings/mfd/atmel-flexcom.txt | 2 +- arch/arm/boot/dts/at91-dvk_su60_somc.dtsi | 2 +- arch/arm/boot/dts/at91-kizbox3-hs.dts | 2 +- arch/arm/boot/dts/at91-kizbox3_common.dtsi | 2 +- arch/arm/boot/dts/at91-q5xr5.dts | 2 +- arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi | 2 +- arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts | 2 +- arch/arm/boot/dts/at91-sama5d2_xplained.dts | 2 +- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 8 ++-- arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 2 +- arch/arm/boot/dts/at91-sama5d4_xplained.dts | 6 +-- arch/arm/boot/dts/at91-sama5d4ek.dts | 2 +- arch/arm/boot/dts/at91-sama7g5ek.dts | 4 +- arch/arm/boot/dts/at91-vinco.dts | 2 +- arch/arm/boot/dts/at91rm9200ek.dts | 4 +- arch/arm/boot/dts/at91sam9260ek.dts | 2 +- arch/arm/boot/dts/at91sam9261ek.dts | 2 +- arch/arm/boot/dts/at91sam9263ek.dts | 2 +- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 45 +++++++++++++++++++++- arch/arm/boot/dts/at91sam9m10g45ek.dts | 2 +- arch/arm/boot/dts/at91sam9n12ek.dts | 2 +- arch/arm/boot/dts/at91sam9rlek.dts | 2 +- arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 +- arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +- arch/arm/boot/dts/sama5d3xmb_cmp.dtsi | 2 +- arch/arm/boot/dts/sama7g5.dtsi | 18 ++++----- arch/arm/boot/dts/usb_a9263.dts | 2 +- 27 files changed, 85 insertions(+), 42 deletions(-)