Re: [PATCH v5 06/11] arm64: dts: allwinner: axp803: add AC and battery power supplies

2018-10-30 Thread Chen-Yu Tsai
On Wed, Oct 24, 2018 at 2:54 AM Oskari Lemmela  wrote:
>
> Parts of the AXP803 are compatible with their counterparts on the AXP813.
> Add DT nodes ADC, GPIO, AC and battery power supplies.
>
> Signed-off-by: Oskari Lemmela 
> Reviewed-by: Quentin Schulz 
> Tested-by: Vasily Khoruzhick 

Reviewed-by: Chen-Yu Tsai 


Re: [PATCH v5 06/11] arm64: dts: allwinner: axp803: add AC and battery power supplies

2018-10-30 Thread Chen-Yu Tsai
On Wed, Oct 24, 2018 at 2:54 AM Oskari Lemmela  wrote:
>
> Parts of the AXP803 are compatible with their counterparts on the AXP813.
> Add DT nodes ADC, GPIO, AC and battery power supplies.
>
> Signed-off-by: Oskari Lemmela 
> Reviewed-by: Quentin Schulz 
> Tested-by: Vasily Khoruzhick 

Reviewed-by: Chen-Yu Tsai 


[PATCH v5 06/11] arm64: dts: allwinner: axp803: add AC and battery power supplies

2018-10-23 Thread Oskari Lemmela
Parts of the AXP803 are compatible with their counterparts on the AXP813.
Add DT nodes ADC, GPIO, AC and battery power supplies.

Signed-off-by: Oskari Lemmela 
Reviewed-by: Quentin Schulz 
Tested-by: Vasily Khoruzhick 
---
 arch/arm64/boot/dts/allwinner/axp803.dtsi | 33 +++
 1 file changed, 33 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/axp803.dtsi 
b/arch/arm64/boot/dts/allwinner/axp803.dtsi
index e5eae8bafc42..c3a618e1279a 100644
--- a/arch/arm64/boot/dts/allwinner/axp803.dtsi
+++ b/arch/arm64/boot/dts/allwinner/axp803.dtsi
@@ -49,6 +49,39 @@
interrupt-controller;
#interrupt-cells = <1>;
 
+   ac_power_supply: ac-power-supply {
+   compatible = "x-powers,axp803-ac-power-supply",
+"x-powers,axp813-ac-power-supply";
+   status = "disabled";
+   };
+
+   axp_adc: adc {
+   compatible = "x-powers,axp803-adc", "x-powers,axp813-adc";
+   #io-channel-cells = <1>;
+   };
+
+   axp_gpio: gpio {
+   compatible = "x-powers,axp803-gpio", "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,axp803-battery-power-supply",
+"x-powers,axp813-battery-power-supply";
+   status = "disabled";
+   };
+
regulators {
/* Default work frequency for buck regulators */
x-powers,dcdc-freq = <3000>;
-- 
2.17.1



[PATCH v5 06/11] arm64: dts: allwinner: axp803: add AC and battery power supplies

2018-10-23 Thread Oskari Lemmela
Parts of the AXP803 are compatible with their counterparts on the AXP813.
Add DT nodes ADC, GPIO, AC and battery power supplies.

Signed-off-by: Oskari Lemmela 
Reviewed-by: Quentin Schulz 
Tested-by: Vasily Khoruzhick 
---
 arch/arm64/boot/dts/allwinner/axp803.dtsi | 33 +++
 1 file changed, 33 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/axp803.dtsi 
b/arch/arm64/boot/dts/allwinner/axp803.dtsi
index e5eae8bafc42..c3a618e1279a 100644
--- a/arch/arm64/boot/dts/allwinner/axp803.dtsi
+++ b/arch/arm64/boot/dts/allwinner/axp803.dtsi
@@ -49,6 +49,39 @@
interrupt-controller;
#interrupt-cells = <1>;
 
+   ac_power_supply: ac-power-supply {
+   compatible = "x-powers,axp803-ac-power-supply",
+"x-powers,axp813-ac-power-supply";
+   status = "disabled";
+   };
+
+   axp_adc: adc {
+   compatible = "x-powers,axp803-adc", "x-powers,axp813-adc";
+   #io-channel-cells = <1>;
+   };
+
+   axp_gpio: gpio {
+   compatible = "x-powers,axp803-gpio", "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,axp803-battery-power-supply",
+"x-powers,axp813-battery-power-supply";
+   status = "disabled";
+   };
+
regulators {
/* Default work frequency for buck regulators */
x-powers,dcdc-freq = <3000>;
-- 
2.17.1