mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Copy gsbi3 node from qcom-apq8064.dtsi and set appropriate properties Signed-off-by: Rudraksha Gupta <guptarud@gmail.com> Link: https://lore.kernel.org/r/20240131-expressatt_mxt224s_touchscreen-v2-1-4463ae0414b5@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
21 lines
373 B
Text
21 lines
373 B
Text
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
&msmgpio {
|
|
i2c3_default_state: i2c3-default-state {
|
|
i2c3-pins {
|
|
pins = "gpio16", "gpio17";
|
|
function = "gsbi3";
|
|
drive-strength = <8>;
|
|
bias-disable;
|
|
};
|
|
};
|
|
|
|
i2c3_sleep_state: i2c3-sleep-state {
|
|
i2c3-pins {
|
|
pins = "gpio16", "gpio17";
|
|
function = "gpio";
|
|
drive-strength = <2>;
|
|
bias-bus-hold;
|
|
};
|
|
};
|
|
};
|