public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: oskari@lemmela.net (Oskari Lemmela)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/7] arm64: dts: allwinner: axp803: add AC and battery power supplies
Date: Mon,  8 Oct 2018 21:19:04 +0300	[thread overview]
Message-ID: <20181008181908.9456-4-oskari@lemmela.net> (raw)
In-Reply-To: <20181008181908.9456-1-oskari@lemmela.net>

AXP803 is compatible with AXP813. Add DT nodes ADC, GPIO,
AC and battery power supplies.

Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
---
 arch/arm64/boot/dts/allwinner/axp803.dtsi | 31 +++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/axp803.dtsi b/arch/arm64/boot/dts/allwinner/axp803.dtsi
index e5eae8bafc42..128177178615 100644
--- a/arch/arm64/boot/dts/allwinner/axp803.dtsi
+++ b/arch/arm64/boot/dts/allwinner/axp803.dtsi
@@ -49,6 +49,37 @@
 	interrupt-controller;
 	#interrupt-cells = <1>;
 
+	ac_power_supply: ac-power-supply {
+		compatible = "x-powers,axp813-ac-power-supply";
+		status = "disabled";
+	};
+
+	axp_adc: adc {
+		compatible = "x-powers,axp813-adc";
+		#io-channel-cells = <1>;
+	};
+
+	axp_gpio: gpio {
+		compatible = "x-powers,axp813-gpio";
+		gpio-controller;
+		#gpio-cells = <2>;
+
+		gpio0_ldo: gpio0-ldo {
+			pins = "GPIO0";
+			function = "ldo";
+		};
+
+		gpio1_ldo: gpio1-ldo {
+			pins = "GPIO1";
+			function = "ldo";
+		};
+	};
+
+	battery_power_supply: battery-power-supply {
+		compatible = "x-powers,axp813-battery-power-supply";
+		status = "disabled";
+	};
+
 	regulators {
 		/* Default work frequency for buck regulators */
 		x-powers,dcdc-freq = <3000>;
-- 
2.17.1

  parent reply	other threads:[~2018-10-08 18:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-08 18:19 [PATCH v3 0/7] AXP8x3 AC and battery power supply support Oskari Lemmela
2018-10-08 18:19 ` [PATCH v3 1/7] dt-bindings: power: supply: axp20x: add AXP813 AC power DT binding Oskari Lemmela
2018-10-12 15:44   ` Rob Herring
2018-10-12 19:32   ` Quentin Schulz
2018-10-08 18:19 ` [PATCH v3 2/7] ARM: dts: axp81x: add AC power supply subnode Oskari Lemmela
2018-10-12 19:32   ` Quentin Schulz
2018-10-08 18:19 ` Oskari Lemmela [this message]
2018-10-12 19:33   ` [PATCH v3 3/7] arm64: dts: allwinner: axp803: add AC and battery power supplies Quentin Schulz
2018-10-08 18:19 ` [PATCH v3 4/7] arm64: dts: allwinner: a64: sopine: enable " Oskari Lemmela
2018-10-12 19:33   ` Quentin Schulz
2018-10-08 18:19 ` [PATCH v3 5/7] power: supply: add AC power supply driver for AXP813 Oskari Lemmela
2018-10-08 18:19 ` [PATCH v3 6/7] mfd: axp20x: Add AC power supply cell " Oskari Lemmela
2018-10-12 19:35   ` Quentin Schulz
2018-10-08 18:19 ` [PATCH v3 7/7] mfd: axp20x: Add supported cells for AXP803 Oskari Lemmela
2018-10-11  8:10   ` Chen-Yu Tsai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181008181908.9456-4-oskari@lemmela.net \
    --to=oskari@lemmela.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox