Skip to content

Commit 60fccdf

Browse files
yihsin-hungasus-leslieyu
authored andcommitted
Modify the behaviors of green led and orange led
Green Led: Reference: mmc0 Default: off Read/write: flashing Oragne Led: Default: off Change-Id: I428bf7b93bffc1a2aaae2c553a17be3eebd19a5f Signed-off-by: yi-hsin_hung <yi-hsin_hung@asus.com>
1 parent a6ed793 commit 60fccdf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@
143143
};
144144

145145
act-led {
146-
gpios=<&gpio1 24 GPIO_ACTIVE_LOW>;
146+
gpios=<&gpio1 24 GPIO_ACTIVE_HIGH>;
147147
linux,default-trigger="mmc0";
148148
};
149149

150-
cpu0-led {
151-
gpios=<&gpio1 25 GPIO_ACTIVE_LOW>;
152-
linux,default-trigger="cpu0";
150+
led1-led {
151+
gpios=<&gpio1 25 GPIO_ACTIVE_HIGH>;
152+
linux,default-trigger="default-off";
153153
};
154154
};
155155

0 commit comments

Comments
 (0)