summaryrefslogtreecommitdiff
path: root/qcom/khaje-qrd-hvdcp3p5.dtsi
blob: f87a199d711568fe957aad532eccc26544b9a271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>

&pm7250b_gpios {
	pm7250b_smb_int_default: pm7250b_smb_int_default {
		pins = "gpio6";
		function = "gpio";
		input-enable;
		bias-pull-up;
		qcom,pull-up-strength = <PMIC_GPIO_PULL_UP_30>;
		power-source = <0>;
	};
};

&smb1394 {
	qcom,enable-toggle-stat;
	pinctrl-names = "default";
	pinctrl-0 = <&pm7250b_smb_int_default>;
	interrupts = <0x2 0xc5 0x0 IRQ_TYPE_LEVEL_LOW>;
	interrupt-parent = <&spmi_bus>;
};