Commit 70ff10d5 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson

arm64: dts: qcom: qrb5165-rb5: Add gpio-line-names for PM8150(B&L)

Add gpio-line-names for the GPIO pins exposed by PM8150, PM8150B and
PM8150L PMIC nodes.
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200904063637.28632-7-manivannan.sadhasivam@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 6c6a6d81
......@@ -412,6 +412,53 @@ &i2c15 {
status = "okay";
};
&pm8150_gpios {
gpio-reserved-ranges = <1 1>, <3 2>, <7 1>;
gpio-line-names =
"NC",
"OPTION2",
"PM_GPIO-F",
"PM_SLP_CLK_IN",
"OPTION1",
"VOL_UP_N",
"PM8250_GPIO7", /* Blue LED */
"SP_ARI_PWR_ALARM",
"GPIO_9_P", /* Yellow LED */
"GPIO_10_P"; /* Green LED */
};
&pm8150b_gpios {
gpio-line-names =
"NC",
"NC",
"NC",
"NC",
"HAP_BOOST_EN", /* SOM */
"SMB_STAT", /* SOM */
"NC",
"NC",
"SDM_FORCE_USB_BOOT",
"NC",
"NC",
"NC";
};
&pm8150l_gpios {
gpio-line-names =
"NC",
"PM3003A_EN",
"NC",
"NC",
"PM_GPIO5", /* HDMI RST_N */
"PM_GPIO-A", /* PWM */
"PM_GPIO7",
"NC",
"NC",
"PM_GPIO-B",
"NC",
"PM3003A_MODE";
};
&qupv3_id_0 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment