ARM: dts: sun8i: a711: Reinstate the PMIC compatible
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 7 Dec 2017 15:58:59 +0000 (16:58 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 19 Dec 2017 08:56:57 +0000 (09:56 +0100)
When we added the regulator support in commit 90c5d7cdae64 ("ARM: dts:
sun8i: a711: Add regulator support"), we also dropped the PMIC's
compatible. Since it's not in the PMIC DTSI, unlike most other PMIC
DTSI, it obviously wasn't probing anymore.

Re-add it so that everything works again.

Fixes: 90c5d7cdae64 ("ARM: dts: sun8i: a711: Add regulator support")
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts

index 9871553..a021ee6 100644 (file)
        status = "okay";
 
        axp81x: pmic@3a3 {
+               compatible = "x-powers,axp813";
                reg = <0x3a3>;
                interrupt-parent = <&r_intc>;
                interrupts = <0 IRQ_TYPE_LEVEL_LOW>;