Skip to content

Commit 1902e2e

Browse files
committed
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>
2 parents 8bb9fd4 + 94ad504 commit 1902e2e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

arch/arm/boot/dts/microchip/lan966x-pcb8290.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
&mdio0 {
5555
pinctrl-0 = <&miim_a_pins>;
5656
pinctrl-names = "default";
57+
reset-gpios = <&gpio 53 GPIO_ACTIVE_LOW>;
5758
status = "okay";
5859

5960
ext_phy0: ethernet-phy@7 {

arch/arm/boot/dts/microchip/sama7d65.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
528528
clocks = <&pmc PMC_TYPE_PERIPHERAL 37>;
529529
#address-cells = <1>;
530-
#size-cells = <1>;
530+
#size-cells = <0>;
531531
dmas = <&dma0 AT91_XDMAC_DT_PERID(12)>,
532532
<&dma0 AT91_XDMAC_DT_PERID(11)>;
533533
dma-names = "tx", "rx";
@@ -676,7 +676,7 @@
676676
flx9: flexcom@e2820000 {
677677
compatible = "microchip,sama7d65-flexcom", "atmel,sama5d2-flexcom";
678678
reg = <0xe2820000 0x200>;
679-
ranges = <0x0 0xe281c000 0x800>;
679+
ranges = <0x0 0xe2820000 0x800>;
680680
clocks = <&pmc PMC_TYPE_PERIPHERAL 43>;
681681
#address-cells = <1>;
682682
#size-cells = <1>;

0 commit comments

Comments
 (0)