[PATCH v2] gpio: scmi: Add gpio_scmi driver
Peng Fan (OSS)
peng.fan at oss.nxp.com
Thu Apr 9 14:55:45 CEST 2026
From: Peng Fan <peng.fan at nxp.com>
On Tue, 24 Mar 2026 14:16:56 +0300, Dan Carpenter wrote:
> This provides GPIO support over SCMI. It is built on top of the
> pinctrl-scmi driver. A typical device tree entry might look like
> this:
>
> gpio1 {
> compatible = "scmi-pinctrl-gpio";
> gpio-controller;
> #gpio-cells = <2>;
> ngpios = <10>;
> gpio-ranges = <&scmi_pinctrl 0 8 4>,
> <&scmi_pinctrl 4 12 1>,
> <&scmi_pinctrl 5 15 1>,
> <&scmi_pinctrl 6 17 4>;
> pinctrl-names = "default";
> pinctrl-0 = <&i2c2_pins>;
> };
>
> [...]
Applied to fsl-qoriq-for-2026.07-rc1, thanks!
[1/1] gpio: scmi: Add gpio_scmi driver
commit: af7b6bb05a810a0ec94fd864e3477401b3d1b60a
Best regards,
--
Peng Fan <peng.fan at nxp.com>
More information about the U-Boot
mailing list