Differences
This shows you the differences between the selected revision and the current version of the page.
howto:enable_disk_leds_in_mainline_kernel 2009/07/27 23:40 | howto:enable_disk_leds_in_mainline_kernel 2017/09/06 18:38 current | ||
---|---|---|---|
Line 29: | Line 29: | ||
echo 1 > /sys/class/gpio/gpio4/value | echo 1 > /sys/class/gpio/gpio4/value | ||
</code> | </code> | ||
+ | |||
+ | Disk access leds still don't work properly in 2.6.32... | ||
+ | Following code configures SATA gpio, not ARM gpio | ||
+ | writel(0x00000050, mmio + MV_GPIO_PORT_CTL_OFS); |