Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun5i: Add i2c axp152 pmic support for Auxtek T004 boards

Add a node describing the AXP152 pmic used on Auxtek T004 boards.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Michael van Slingerland <michael@deviousops.nl>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Michael van Slingerland and committed by
Maxime Ripard
c9bb9aed 0f95851b

+14
+14
arch/arm/boot/dts/sun5i-a10s-auxtek-t004.dts
··· 86 86 status = "okay"; 87 87 }; 88 88 89 + &i2c0 { 90 + pinctrl-names = "default"; 91 + pinctrl-0 = <&i2c0_pins_a>; 92 + status = "okay"; 93 + 94 + axp152: pmic@30 { 95 + compatible = "x-powers,axp152"; 96 + reg = <0x30>; 97 + interrupts = <0>; 98 + interrupt-controller; 99 + #interrupt-cells = <1>; 100 + }; 101 + }; 102 + 89 103 &mmc0 { 90 104 pinctrl-names = "default"; 91 105 pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_t004>;