Message ID | 20181203101547.16835-1-jagan@amarulasolutions.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/9] dt-bindings: gpio-axp209: Add AXP803 GPIOs compatible (w/ AXP813 fallback) | expand |
On Mon, Dec 3, 2018 at 6:16 PM Jagan Teki <jagan@amarulasolutions.com> wrote: > > AXP803 PMIC has two GPIO's which is similar to the one in > AXP813 PMIC. > > Add a compatible string for it with AXP813 fallback compatible string, in > this case the AXP813 driver can be used. > > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> First of all, please write a cover letter. Second, the GPIO stuff is covered already by Oskari Lemmela's "AXP8x3 AC and battery power supply support" series. The device tree patches from that series were merged last Friday. The driver patches are pending. That already covers patches 1~3 and half of patch 4 of your series. ChenYu
diff --git a/Documentation/devicetree/bindings/gpio/gpio-axp209.txt b/Documentation/devicetree/bindings/gpio/gpio-axp209.txt index fc42b2caa06d..c8c5d20856c9 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-axp209.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-axp209.txt @@ -12,6 +12,7 @@ Required properties: - compatible: Should be one of: - "x-powers,axp209-gpio" - "x-powers,axp813-gpio" + - "x-powers,axp803-gpio", "x-powers,axp813-gpio" - #gpio-cells: Should be two. The first cell is the pin number and the second is the GPIO flags. - gpio-controller: Marks the device node as a GPIO controller.
AXP803 PMIC has two GPIO's which is similar to the one in AXP813 PMIC. Add a compatible string for it with AXP813 fallback compatible string, in this case the AXP813 driver can be used. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- Documentation/devicetree/bindings/gpio/gpio-axp209.txt | 1 + 1 file changed, 1 insertion(+)