[PATCH v2 2/7] pinctrl: UniPhier: add UniPhier PH1-LD4 pinctrl driver
From: Linus Walleij <hidden>
Date: 2015-07-16 07:22:50
Also in:
linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2015-07-16 07:22:50
Also in:
linux-gpio, lkml
On Tue, Jul 14, 2015 at 4:40 AM, Masahiro Yamada [off-list ref] wrote:
Add pin configuration and pinmux support for UniPhier PH1-LD4 SoC. Signed-off-by: Masahiro Yamada <redacted> --- Changes in v2: - sort groups and funcs alphabetically - add missing "emmc_dat8" group - add i2c pin-mux settings - sort members of platform_driver - change to tristate - add THIS_MODULE to pinctrl_desc - use module_platform_driver
Patch applied.
+static const struct of_device_id ph1_ld4_pinctrl_match[] = {
+ { .compatible = "socionext,ph1-ld4-pinctrl" },
+ { /* sentinel */ }
+};I didn't see any device tree bindings in this patch series. That is OK, send them separate, I see only compatible strings and standard bindings. Yours, Linus Walleij