Commit c5376524 authored by Michal Suchanek's avatar Michal Suchanek Committed by Maxime Ripard

ARM: dts: A10s-OLinuxIno: Add a node for axp152 pmic

Add a node for axp152 pmic used on the A10s-OLinuxIno SBC.
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 98a4707a
......@@ -96,8 +96,15 @@ &i2c0 {
pinctrl-names = "default";
pinctrl-0 = <&i2c0_pins_a>;
status = "okay";
axp152: pmic@30 {
reg = <0x30>;
interrupts = <0>;
};
};
#include "axp152.dtsi"
&i2c1 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins_a>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment