On Tue, 21 May 2024 14:25:57 +0800, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > i.MX95 Pinctrl is managed by System Control Management Interface(SCMI) > firmware using OEM extensions. No functions, no groups are provided by > the firmware. So add i.MX95 specific properties. > > To keep aligned with current i.MX pinctrl bindings, still use "fsl,pins" > for i.MX95. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > .../devicetree/bindings/firmware/arm,scmi.yaml | 4 +- > .../bindings/firmware/nxp,imx95-scmi-pinctrl.yaml | 53 ++++++++++++++++++++++ > 2 files changed, 56 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>