Unverified Commit 5b98b402 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'at91-dt-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/dt

AT91 DT for v5.20

It contains:
- compilation warning fixes for SAMA5D2
- updates for all AT91 device tree to use generic name for reset
  controller
- reset controller node for SAMA7G5
- MCAN1 and UDPHS nodes for LAN966 SoCs
- Flexcom3 bindings were updated for lan966x-pcb8291.dts board to cope
  with reality

* tag 'at91-dt-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  ARM: dts: lan966x: Add UDPHS support
  dt-bindings: usb: atmel: Add Microchip LAN9662 compatible string
  ARM: dts: lan966x: Cleanup flexcom3 usart pinctrl settings.
  ARM: dts: lan966x: Add mcan1 node.
  ARM: dts: at91: sama7g5: add reset-controller node
  ARM: dts: at91: use generic name for reset controller
  ARM: dts: at91: sama5d2: fix compilation warning
  ARM: dts: at91: sama5d2: fix compilation warning

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


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 11303e4e 4dd1a613
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -87,6 +87,9 @@ Required properties:
	       "atmel,at91sam9g45-udc"
	       "atmel,sama5d3-udc"
	       "microchip,sam9x60-udc"
	       "microchip,lan9662-udc"
	       For "microchip,lan9662-udc" the fallback "atmel,sama5d3-udc"
	       is required.
 - reg: Address and length of the register set for the device
 - interrupts: Should contain usba interrupt
 - clocks: Should reference the peripheral and host clocks
+2 −0
Original line number Diff line number Diff line
@@ -83,6 +83,8 @@ kernel@200000 {
			macb0: ethernet@f8008000 {
				pinctrl-names = "default";
				pinctrl-0 = <&pinctrl_macb0_default>;
				#address-cells = <1>;
				#size-cells = <0>;
				phy-mode = "rmii";

				ethernet-phy@7 {
+2 −0
Original line number Diff line number Diff line
@@ -194,6 +194,8 @@ regulator-state-mem {
&macb0 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_macb0_default>;
	#address-cells = <1>;
	#size-cells = <0>;
	phy-mode = "rmii";

	ethernet-phy@0 {
+2 −0
Original line number Diff line number Diff line
@@ -139,6 +139,8 @@ spi0: spi@f8000000 {
			macb0: ethernet@f8008000 {
				pinctrl-names = "default";
				pinctrl-0 = <&pinctrl_macb0_default &pinctrl_macb0_phy_irq>;
				#address-cells = <1>;
				#size-cells = <0>;
				phy-mode = "rmii";
				status = "okay";

+2 −0
Original line number Diff line number Diff line
@@ -147,6 +147,8 @@ flash@0 {
			macb0: ethernet@f8008000 {
				pinctrl-names = "default";
				pinctrl-0 = <&pinctrl_macb0_default &pinctrl_macb0_phy_irq>;
				#address-cells = <1>;
				#size-cells = <0>;
				phy-mode = "rmii";
				status = "okay";

Loading