Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'at91-fixes-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes

Microchip AT91 fixes for v6.19

This update includes:
- fix access to the PHYs on the Microchip LAN966X PCB8290 board
- fix the ranges DT property for flexcom9 on the Microchip SAMA7D65 SoC
- fix the #size-cells DT property for i2c3 on the Microchip SAMA7D65 SoC

* tag 'at91-fixes-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
ARM: dts: microchip: sama7d65: fix size-cells property for i2c3
ARM: dts: microchip: sama7d65: fix the ranges property for flx9
ARM: dts: microchip: lan966x: Fix the access to the PHYs for pcb8290

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+3 -2
+1
arch/arm/boot/dts/microchip/lan966x-pcb8290.dts
··· 54 54 &mdio0 { 55 55 pinctrl-0 = <&miim_a_pins>; 56 56 pinctrl-names = "default"; 57 + reset-gpios = <&gpio 53 GPIO_ACTIVE_LOW>; 57 58 status = "okay"; 58 59 59 60 ext_phy0: ethernet-phy@7 {
+2 -2
arch/arm/boot/dts/microchip/sama7d65.dtsi
··· 527 527 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 528 528 clocks = <&pmc PMC_TYPE_PERIPHERAL 37>; 529 529 #address-cells = <1>; 530 - #size-cells = <1>; 530 + #size-cells = <0>; 531 531 dmas = <&dma0 AT91_XDMAC_DT_PERID(12)>, 532 532 <&dma0 AT91_XDMAC_DT_PERID(11)>; 533 533 dma-names = "tx", "rx"; ··· 676 676 flx9: flexcom@e2820000 { 677 677 compatible = "microchip,sama7d65-flexcom", "atmel,sama5d2-flexcom"; 678 678 reg = <0xe2820000 0x200>; 679 - ranges = <0x0 0xe281c000 0x800>; 679 + ranges = <0x0 0xe2820000 0x800>; 680 680 clocks = <&pmc PMC_TYPE_PERIPHERAL 43>; 681 681 #address-cells = <1>; 682 682 #size-cells = <1>;