Merge tag 'at91-dt-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux...
authorArnd Bergmann <arnd@arndb.de>
Wed, 6 Jul 2022 11:42:46 +0000 (13:42 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 6 Jul 2022 11:42:46 +0000 (13:42 +0200)
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: Arnd Bergmann <arnd@arndb.de>
1  2 
arch/arm/boot/dts/at91-sama5d27_som1.dtsi
arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
arch/arm/boot/dts/at91-sama5d2_xplained.dts
arch/arm/boot/dts/sam9x60.dtsi

@@@ -15,7 -15,7 +15,7 @@@
        compatible = "atmel,sama5d27-som1", "atmel,sama5d27", "atmel,sama5d2", "atmel,sama5";
  
        aliases {
 -              i2c0    = &i2c0;
 +              i2c0 = &i2c0;
        };
  
        clocks {
@@@ -83,6 -83,8 +83,8 @@@
                        macb0: ethernet@f8008000 {
                                pinctrl-names = "default";
                                pinctrl-0 = <&pinctrl_macb0_default>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
                                phy-mode = "rmii";
  
                                ethernet-phy@7 {
@@@ -20,9 -20,9 +20,9 @@@
  
        aliases {
                serial0 = &uart0;       /* DBGU */
 -              i2c0    = &i2c0;        /* mikroBUS 1 */
 -              i2c1    = &i2c1;        /* XPRO EXT1 */
 -              i2c2    = &i2c2;
 +              i2c0 = &i2c0;   /* mikroBUS 1 */
 +              i2c1 = &i2c1;   /* XPRO EXT1 */
 +              i2c2 = &i2c2;
        };
  
        chosen {
                        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";
  
                        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";
  
  
                                                        regulator-state-mem {
                                                                regulator-on-in-suspend;
 -                                                              regulator-suspend-min-microvolt=<1400000>;
 -                                                              regulator-suspend-max-microvolt=<1400000>;
 +                                                              regulator-suspend-min-microvolt = <1400000>;
 +                                                              regulator-suspend-max-microvolt = <1400000>;
                                                                regulator-changeable-in-suspend;
 -                                                              regulator-mode=<ACT8945A_REGULATOR_MODE_LOWPOWER>;
 +                                                              regulator-mode = <ACT8945A_REGULATOR_MODE_LOWPOWER>;
                                                        };
                                                };
  
                                interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>;
                                clocks = <&pmc PMC_TYPE_PERIPHERAL 18>;
                                #pwm-cells = <3>;
 -                              status="disabled";
 +                              status = "disabled";
                        };
  
                        hlcdc: hlcdc@f8038000 {
                                clock-names = "td_slck", "md_slck", "main_xtal";
                        };
  
-                       reset_controller: rstc@fffffe00 {
+                       reset_controller: reset-controller@fffffe00 {
                                compatible = "microchip,sam9x60-rstc";
                                reg = <0xfffffe00 0x10>;
                                clocks = <&clk32k 0>;