Message ID | 1593004330-5039-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com |
---|---|
Headers | show |
Series | Add support for HiHope RZ/G2M[N] Rev.3.0/4.0 | expand |
Hi! Can we have node names consistent with other systems? > + leds { > + compatible = "gpio-leds"; > + > + bt_active_led { > + label = "blue:bt"; > + gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>; > + linux,default-trigger = "hci0-power"; > + default-state = "off"; > + }; > + > + wlan_active_led { > + label = "yellow:wlan"; > + gpios = <&gpio7 1 GPIO_ACTIVE_HIGH>; > + linux,default-trigger = "phy0tx"; > + default-state = "off"; > + }; > + }; -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Hi Pavel, On Fri, Jul 17, 2020 at 9:36 AM Pavel Machek <pavel@ucw.cz> wrote: > > Hi! > > Can we have node names consistent with other systems? > > > + leds { > > + compatible = "gpio-leds"; > > + > > + bt_active_led { > > + label = "blue:bt"; > > + gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>; > > + linux,default-trigger = "hci0-power"; > > + default-state = "off"; > > + }; > > + > > + wlan_active_led { > > + label = "yellow:wlan"; > > + gpios = <&gpio7 1 GPIO_ACTIVE_HIGH>; > > + linux,default-trigger = "phy0tx"; > > + default-state = "off"; > > + }; > > + }; > Could you please point me to an example system which you are referring to? Cheers, --Prabhakar Lad > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html