3
0
Fork 0
forked from mirrors/linux
kernel/include/linux/pinctrl
Xianwei Zhao 7112c05fff pinctrl: pinconf-generic: Add API for pinmux propertity in DTS file
When describing pin mux func through pinmux propertity,
a standard API is added for support. The pinmux contains pin
identification and mux values, which can include multiple
pins. And groups configuration use other word. DTS such as:

func-name {
	group_alias: group-name{
		pinmux= <pin_id << 8 | mux_value)>,
			<pin_id << 8 | mux_value)>;
		bias-pull-up;
		drive-strength-microamp = <4000>;
	};
};

Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com>
Link: https://lore.kernel.org/20250212-amlogic-pinctrl-v5-2-282bc2516804@amlogic.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2025-02-28 00:03:17 +01:00
..
consumer.h treewide: rename pinctrl_gpio_set_config_new() 2023-11-04 10:23:22 +01:00
devinfo.h pinctrl: Add an API to get the pinctrl pins if initialized 2023-01-20 09:52:15 +01:00
machine.h pinctrl: Convert unsigned to unsigned int 2023-12-04 15:32:42 +01:00
pinconf-generic.h pinctrl: pinconf-generic: Add API for pinmux propertity in DTS file 2025-02-28 00:03:17 +01:00
pinconf.h pinctrl: Convert unsigned to unsigned int 2023-12-04 15:32:42 +01:00
pinctrl-state.h
pinctrl.h pinctrl: Convert unsigned to unsigned int 2023-12-04 15:32:42 +01:00
pinmux.h pinctrl: Convert unsigned to unsigned int 2023-12-04 15:32:42 +01:00