Hi Luka, Did you have the time to look at those issues ?
Yoann Le 06/11/2015 17:05, Yoann Sculo a écrit :
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@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 <[email protected]> Yoann
-- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
