[PATCH v2 2/6] ARM: dts: axp81x: add AC power supply subnode
From: Quentin Schulz <hidden>
Date: 2018-10-08 07:27:59
Also in:
linux-devicetree, linux-pm, lkml
From: Quentin Schulz <hidden>
Date: 2018-10-08 07:27:59
Also in:
linux-devicetree, linux-pm, lkml
Hi Oskari, On Sun, Oct 07, 2018 at 12:18:32AM +0300, Oskari Lemmela wrote:
Add AC power supply subnode for AXP81X PMIC. Signed-off-by: Oskari Lemmela <redacted> --- arch/arm/boot/dts/axp81x.dtsi | 5 +++++ 1 file changed, 5 insertions(+)diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi index 043c717dcef1..67c17151b584 100644 --- a/arch/arm/boot/dts/axp81x.dtsi +++ b/arch/arm/boot/dts/axp81x.dtsi@@ -69,6 +69,11 @@ }; }; + ac_power_supply: ac-power-supply { + compatible = "x-powers,axp813-ac-power-supply"; + status = "disabled"; + }; +
IIRC, when it's a DT node of something that has no address (register or bus address), we order alphabetically the DT nodes within the same parent node. So here, we would put it before axp_adc. Thanks, Quentin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20181008/dd269fd7/attachment-0001.sig>