mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 09:51:21 -04:00
arm64: dts: qcom: sc7280-idp-ec-h1: add missing QUP GPIO functions
Add default GPIO function to SPI10 and SPI14 chip-select pins on SC7280 IDP, as required by bindings. Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220930192954.242546-7-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
442b13a72a
commit
d0ca0de645
@@ -95,11 +95,13 @@ h1_ap_int_odl: h1-ap-int-odl-state {
|
||||
|
||||
qup_spi10_cs_gpio_init_high: qup-spi10-cs-gpio-init-high-state {
|
||||
pins = "gpio43";
|
||||
function = "gpio";
|
||||
output-high;
|
||||
};
|
||||
|
||||
qup_spi14_cs_gpio_init_high: qup-spi14-cs-gpio-init-high-state {
|
||||
pins = "gpio59";
|
||||
function = "gpio";
|
||||
output-high;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user