Browse Source

starfive_jh7100_beagle_v.dts: remove gpio-restart and gpio-poweroff nodes

This patch removes gpio-restart and gpio-poweroff nodes for the offical
Starlight beta board, since the lastest release has disconnected GPIO63
with reset function.

Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
TekkamanV 2 years ago
parent
commit
fd360eb1d4
1 changed files with 0 additions and 8 deletions
  1. 0 8
      arch/riscv/dts/starfive_jh7100_beagle_v.dts

+ 0 - 8
arch/riscv/dts/starfive_jh7100_beagle_v.dts

@@ -293,14 +293,6 @@
 			interrupt-controller;
 			#gpio-cells = <2>;
 		};
-		gpiorst:gpio-restart {
-			compatible = "gpio-restart";
-			gpios = <&gpio 63 GPIO_ACTIVE_HIGH>;
-		};
-		gpiopof:gpio-poweroff {
-			compatible = "gpio-poweroff";
-			gpios = <&gpio 63 GPIO_ACTIVE_HIGH>;
-		};
 
 		i2c0: i2c@118b0000 {
 			#address-cells = <1>;