From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Mavrodiev Subject: Re: [PATCH 5/5] arm: dts: axpxx: add charge led node Date: Wed, 6 Feb 2019 08:06:10 +0200 Message-ID: <4493d1cb-d1bb-bcc9-c37d-68c79f33e762@olimex.com> References: <20190131082308.22522-1-stefan@olimex.com> <20190131082308.22522-5-stefan@olimex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Chen-Yu Tsai , Stefan Mavrodiev Cc: Rob Herring , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS" List-Id: devicetree@vger.kernel.org On 2/5/19 6:16 PM, Chen-Yu Tsai wrote: > On Thu, Jan 31, 2019 at 4:25 PM Stefan Mavrodiev wrote: >> Add dt node for axp20x-led driver controlling CHGLED. >> Default status is disabled, since it may be not used. >> >> Signed-off-by: Stefan Mavrodiev > Please include a cover letter for such a patch series. Sorry, I will. > > Also, do any boards actually use this? I know the Pine64 does, but the > LED is left to the user to populate. I would really like to have an in > kernel user of this function, so that we can verify it. All boards made by Olimex has this led populated. The development and the testing of the driver was done on A64-OLinuXino board. Should I make another patch, enabling the LED for the mention board? Best regards, Stefan Mavrodiev > > ChenYu > >> --- >> arch/arm/boot/dts/axp209.dtsi | 5 +++++ >> arch/arm/boot/dts/axp22x.dtsi | 5 +++++ >> arch/arm/boot/dts/axp81x.dtsi | 5 +++++ >> 3 files changed, 15 insertions(+) >> >> diff --git a/arch/arm/boot/dts/axp209.dtsi b/arch/arm/boot/dts/axp209.dtsi >> index 0d9ff12bdf28..f972b6f3ecd0 100644 >> --- a/arch/arm/boot/dts/axp209.dtsi >> +++ b/arch/arm/boot/dts/axp209.dtsi >> @@ -69,6 +69,11 @@ >> #gpio-cells = <2>; >> }; >> >> + axp_led: led { >> + compatible = "x-powers,axp20x-led"; >> + status = "disabled"; >> + }; >> + >> battery_power_supply: battery-power-supply { >> compatible = "x-powers,axp209-battery-power-supply"; >> status = "disabled"; >> diff --git a/arch/arm/boot/dts/axp22x.dtsi b/arch/arm/boot/dts/axp22x.dtsi >> index 65a07a67aca9..92a0b64252b1 100644 >> --- a/arch/arm/boot/dts/axp22x.dtsi >> +++ b/arch/arm/boot/dts/axp22x.dtsi >> @@ -62,6 +62,11 @@ >> #io-channel-cells = <1>; >> }; >> >> + axp_led: led { >> + compatible = "x-powers,axp20x-led"; >> + status = "disabled"; >> + }; >> + >> battery_power_supply: battery-power-supply { >> compatible = "x-powers,axp221-battery-power-supply"; >> status = "disabled"; >> diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi >> index bd83962d3627..22e243cc40d5 100644 >> --- a/arch/arm/boot/dts/axp81x.dtsi >> +++ b/arch/arm/boot/dts/axp81x.dtsi >> @@ -74,6 +74,11 @@ >> }; >> }; >> >> + axp_led: led { >> + compatible = "x-powers,axp20x-led"; >> + status = "disabled"; >> + }; >> + >> battery_power_supply: battery-power-supply { >> compatible = "x-powers,axp813-battery-power-supply"; >> status = "disabled"; >> -- >> 2.17.1 >>