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: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Michal Suchanek 2015-06-23 21:41:43 +02:00 коммит произвёл Maxime Ripard
Родитель 98a4707ada
Коммит c53765247e
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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>;