mbox series

[GIT,PULL] AT91 device tree updates for 6.2

Message ID 20221110115431.180908-1-claudiu.beznea@microchip.com
State New
Headers show
Series [GIT,PULL] AT91 device tree updates for 6.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-6.2

Message

Claudiu Beznea Nov. 10, 2022, 11:54 a.m. UTC
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/at91-dt-6.2

for you to fetch changes up to 5258d30f33bdbb495f6de7601db5d60e13223a5b:

  ARM: dts: at91: sam9x60ek: remove status = "okay" for regulators (2022-11-01 12:28:58 +0200)

----------------------------------------------------------------
AT91 DT for 6.2

It contains:
- interrupt support for ethernet PHYs on pcb8290 board
- thermal management support for SAMA7G5 by adding OTP controller
  (that keeps temperature sensor calibration data), proper ADC
  bindings and describing thermal zones
- securam node from SAMA7G5 is now described with generic name (sram)
- remove of status = "okay" from SAM9X60-EK regulators

----------------------------------------------------------------
Claudiu Beznea (7):
      ARM: dts: at91: sama7g5: add otpc node
      ARM: dts: at91: sama7g5: add io-channel-cells to adc node
      ARM: dts: at91: sama7g5: add cells for temperature calibration
      ARM: dts: at91: sama7g5: add temperature sensor
      ARM: dts: at91: sama7g5: add thermal zones node
      ARM: dts: at91: sama7g5: use generic name for securam
      ARM: dts: at91: sam9x60ek: remove status = "okay" for regulators

Horatiu Vultur (1):
      ARM: dts: lan966x: Add interrupt support for PHYs on pcb8290

 arch/arm/boot/dts/at91-sam9x60ek.dts  |  4 ---
 arch/arm/boot/dts/lan966x-pcb8290.dts | 16 +++++++++
 arch/arm/boot/dts/sama7g5.dtsi        | 67 ++++++++++++++++++++++++++++++++++-
 3 files changed, 82 insertions(+), 5 deletions(-)