Skip to content

Commit

Permalink
ARM: dts: A10s-OLinuxIno: Add a node for axp152 pmic
Browse files Browse the repository at this point in the history
Add a node for axp152 pmic used on the A10s-OLinuxIno SBC.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Michal Suchanek authored and Maxime Ripard committed Jul 9, 2015
1 parent 98a4707 commit c537652
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,15 @@
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>;
Expand Down

0 comments on commit c537652

Please sign in to comment.