Commit 3f49bdaf authored by Robert Marko's avatar Robert Marko Committed by Bjorn Andersson

arm64: dts: qcom: hk10: use GPIO flags for tlmm

Use respective GPIO_ACTIVE_LOW/HIGH flags for tlmm GPIOs instead of
harcoding the cell value.
Signed-off-by: default avatarRobert Marko <robimarko@gmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221107092930.33325-2-robimarko@gmail.com
parent 7284a394
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
/dts-v1/; /dts-v1/;
#include "ipq8074.dtsi" #include "ipq8074.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ { / {
aliases { aliases {
...@@ -39,12 +40,12 @@ &blsp1_uart5 { ...@@ -39,12 +40,12 @@ &blsp1_uart5 {
&pcie0 { &pcie0 {
status = "okay"; status = "okay";
perst-gpios = <&tlmm 58 0x1>; perst-gpios = <&tlmm 58 GPIO_ACTIVE_LOW>;
}; };
&pcie1 { &pcie1 {
status = "okay"; status = "okay";
perst-gpios = <&tlmm 61 0x1>; perst-gpios = <&tlmm 61 GPIO_ACTIVE_LOW>;
}; };
&pcie_phy0 { &pcie_phy0 {
......
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