[PATCH 3/4] ARM: dts: kirkwood: add Seagate GoFlex Home
Yoann Sculo
yoann at printk.fr
Fri Nov 6 08:05:55 PST 2015
Hi Luka,
I tested your patch on the GoFlex Home.
> + gpio-leds {
> + compatible = "gpio-leds";
> +
> + health {
> + label = "status:green:health";
> + gpios = <&gpio1 14 1>;
> + linux,default-trigger = "default-on";
> + };
> + fault {
> + label = "status:orange:fault";
> + gpios = <&gpio1 15 1>;
> + };
> + misc {
> + label = "status:white:misc";
> + gpios = <&gpio1 8 1>;
> + linux,default-trigger = "ide-disk";
> + };
> + };
I noticed green and orange leds were working fine (0 == off, 1 == on).
But white led polarity is inverted (1 == off, 0 == on).
> + partition at 500000 {
> + label = "pogoplug";
> + reg = <0x0500000 0x2000000>;
> + };
I don't think pogoplug is the proper label for this partition. It seems
duplicated from "kirkwood-goflexnet.dts" I guess you could label it
"data" for instance.
Tested-by: Yoann Sculo <yoann at printk.fr>
Yoann
More information about the linux-arm-kernel
mailing list