lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201227130407.10991-6-wsa+renesas@sang-engineering.com>
Date:   Sun, 27 Dec 2020 14:04:06 +0100
From:   Wolfram Sang <wsa+renesas@...g-engineering.com>
To:     linux-renesas-soc@...r.kernel.org
Cc:     Wolfram Sang <wsa+renesas@...g-engineering.com>,
        Geert Uytterhoeven <geert+renesas@...der.be>,
        Magnus Damm <magnus.damm@...il.com>,
        Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH 5/5] arm64: dts: r8a779a0: WIP disable reset-gpios for AVB

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@...g-engineering.com>
---
 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ