Skip to content

Commit

Permalink
arm64: dts: delete duplicate gpio-leds nodes
Browse files Browse the repository at this point in the history
The gpio-leds node is defined in cm5 dtsi

Signed-off-by: Ken Wang <[email protected]>
  • Loading branch information
Ken-Vamrs authored and amazingfate committed Oct 26, 2023
1 parent 18534a4 commit 60f78c6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions arch/arm64/boot/dts/rockchip/rk3588s-radxa-cm5-io.dts
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,6 @@
regulator-always-on;
};

gpio-leds {
compatible = "gpio-leds";
pinctrl-names = "default";

user-led1 {
gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
default-state = "on";
};
};

fan0: pwm-fan {
compatible = "pwm-fan";
#cooling-cells = <2>;
Expand Down Expand Up @@ -546,5 +535,3 @@
pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_det>;
status = "okay";
};


0 comments on commit 60f78c6

Please sign in to comment.