[PATCH 5/5] arm64: dts: r8a779a0: WIP disable reset-gpios for AVB

From: Wolfram Sang
Date: Sun Dec 27 2020 - 08:06:01 EST


Retrieving a GPIO currently fails, so probing the whole driver fails
then. Remove them for now to get a working AVB device for testing.

Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts b/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts
index f5f27dece6ee..48801f2bdbe5 100644
--- a/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts
+++ b/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts
@@ -34,7 +34,7 @@ phy0: ethernet-phy@0 {
reg = <0>;
interrupt-parent = <&gpio4>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
- reset-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>;
+ //reset-gpios = <&gpio4 15 GPIO_ACTIVE_LOW>;
};
};

@@ -49,7 +49,7 @@ phy1: ethernet-phy@1 {
reg = <0>;
interrupt-parent = <&gpio5>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
- reset-gpios = <&gpio5 15 GPIO_ACTIVE_LOW>;
+ //reset-gpios = <&gpio5 15 GPIO_ACTIVE_LOW>;
};
};

@@ -64,7 +64,7 @@ phy2: ethernet-phy@2 {
reg = <0>;
interrupt-parent = <&gpio6>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
- reset-gpios = <&gpio6 15 GPIO_ACTIVE_LOW>;
+ //reset-gpios = <&gpio6 15 GPIO_ACTIVE_LOW>;
};
};

@@ -79,7 +79,7 @@ phy3: ethernet-phy@3{
reg = <0>;
interrupt-parent = <&gpio7>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
- reset-gpios = <&gpio7 15 GPIO_ACTIVE_LOW>;
+ //reset-gpios = <&gpio7 15 GPIO_ACTIVE_LOW>;
};
};

@@ -94,7 +94,7 @@ phy4: ethernet-phy@4 {
reg = <0>;
interrupt-parent = <&gpio8>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
- reset-gpios = <&gpio8 15 GPIO_ACTIVE_LOW>;
+ //reset-gpios = <&gpio8 15 GPIO_ACTIVE_LOW>;
};
};

@@ -109,7 +109,7 @@ phy5: ethernet-phy@5 {
reg = <0>;
interrupt-parent = <&gpio9>;
interrupts = <16 IRQ_TYPE_LEVEL_LOW>;
- reset-gpios = <&gpio9 15 GPIO_ACTIVE_LOW>;
+ //reset-gpios = <&gpio9 15 GPIO_ACTIVE_LOW>;
};
};

--
2.29.2