From mboxrd@z Thu Jan 1 00:00:00 1970 From: yoann@printk.fr (Yoann Sculo) Date: Fri, 18 Dec 2015 10:32:45 +0100 Subject: [PATCH 3/4] ARM: dts: kirkwood: add Seagate GoFlex Home In-Reply-To: <563CCFE3.7080603@printk.fr> References: <1446675888-24495-1-git-send-email-luka.perkov@sartura.hr> <00000150d49a8745-1c2bc8d4-1333-46bb-bf0e-5508ef988c73-000000@email.amazonses.com> <563CCFE3.7080603@printk.fr> Message-ID: <5673D2BD.8070805@printk.fr> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 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