Unverified Commit ee44484c authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'at91-dt-6.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt

AT91 DT for 6.5 #2

It contains:
- generic names for shutdown controller nodes
- enablement of DT overlay support for some AT91 boards
- fix reset and SPI CS for lan966x-kontron-kswitch-d10-mmt based boards
- addition of PHY interrupts for lan966x-kontron-kswitch-d10-mmt-8g
  board

* tag 'at91-dt-6.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  ARM: dts: lan966x: kontron-d10: add PHY interrupts
  ARM: dts: lan966x: kontron-d10: fix SPI CS
  ARM: dts: lan966x: kontron-d10: fix board reset
  ARM: dts: at91: Enable device-tree overlay support for AT91 boards
  ARM: dts: at91: use generic name for shutdown controller

Link: https://lore.kernel.org/r/20230621093853.1575312-1-claudiu.beznea@microchip.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents d8ece8b8 33c01ff3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -108,7 +108,7 @@
				status = "okay";
				status = "okay";
			};
			};


			shdwc@fffffd10 {
			shdwc: poweroff@fffffd10 {
				atmel,wakeup-counter = <10>;
				atmel,wakeup-counter = <10>;
				atmel,wakeup-rtt-timer;
				atmel,wakeup-rtt-timer;
			};
			};
+1 −1
Original line number Original line Diff line number Diff line
@@ -139,7 +139,7 @@
				};
				};
			};
			};


			shdwc@f8048010 {
			poweroff@f8048010 {
				debounce-delay-us = <976>;
				debounce-delay-us = <976>;
				atmel,wakeup-rtc-timer;
				atmel,wakeup-rtc-timer;


+1 −1
Original line number Original line Diff line number Diff line
@@ -204,7 +204,7 @@
				};
				};
			};
			};


			shdwc@f8048010 {
			poweroff@f8048010 {
				debounce-delay-us = <976>;
				debounce-delay-us = <976>;


				input@0 {
				input@0 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -348,7 +348,7 @@
				};
				};
			};
			};


			shdwc@f8048010 {
			poweroff@f8048010 {
				debounce-delay-us = <976>;
				debounce-delay-us = <976>;
				atmel,wakeup-rtc-timer;
				atmel,wakeup-rtc-timer;


+1 −1
Original line number Original line Diff line number Diff line
@@ -130,7 +130,7 @@
				clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>;
				clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>;
			};
			};


			shdwc@fffffd10 {
			shdwc: poweroff@fffffd10 {
				compatible = "atmel,at91sam9260-shdwc";
				compatible = "atmel,at91sam9260-shdwc";
				reg = <0xfffffd10 0x10>;
				reg = <0xfffffd10 0x10>;
				clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>;
				clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>;
Loading