Skip to content

Commit

Permalink
radxa zero: add led-8-off dtsi
Browse files Browse the repository at this point in the history
Signed-off-by: Nascs Fang <[email protected]>
  • Loading branch information
nascs committed Apr 19, 2024
1 parent 38db0c1 commit 4a58709
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/arm64/boot/dts/amlogic/overlays/radxa-zero-led-8-off.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/dts-v1/;
/plugin/;

#include "radxa-zero-led-8-off.dtsi"

/ {
metadata {
title = "Enable GPIOAO_8 for hardware version 1.51 and later";
Expand All @@ -10,7 +12,3 @@
description = "Enable GPIOAO_8 for hardware version 1.51 and later.\nThis is due to older version uses this for Power LED.";
};
};

&led_power {
status = "disabled";
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
&led_power {
status = "disabled";
};

0 comments on commit 4a58709

Please sign in to comment.