diff options
| author | Dan Carpenter <[email protected]> | 2026-03-26 15:08:25 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-09 12:17:28 -0600 |
| commit | a2536daf93dc66f8b58008884e7070449fb8f4d0 (patch) | |
| tree | 85811c5fc049d2bfc5980fb9a5ca934ac9421ee6 /doc/develop | |
| parent | 3a29dfc92e9d03ca6446ebf4f462307a038caf60 (diff) | |
pinctrl: scmi: Use standard device tree pin muxing format
In the original code, I wrote a custom pin muxing parser but the
upstream device trees wouldn't accept something like that so it would
have complicated mergine the device tree files.
Use the standard device tree format with function and groups:
pinmux1: pinmux1 {
function = "f_gpio1";
groups = "grp_1", "grp_3";
};
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions
