mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 19:49:33 -04:00
arm64: dts: qcom: msm8916/39: Rename wcnss pinctrl
All the pinctrl now uses consistent _default/_sleep suffix so rename the WCNSS pinctrl to be named consistently. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230529-msm8916-pinctrl-v1-5-11f540b51c93@gerhold.net
This commit is contained in:
committed by
Bjorn Andersson
parent
0d3a93b102
commit
b40de51e3b
@@ -488,7 +488,7 @@ data-pins {
|
||||
};
|
||||
};
|
||||
|
||||
wcnss_pin_a: wcnss-active-state {
|
||||
wcss_wlan_default: wcss-wlan-default-state {
|
||||
pins = "gpio40", "gpio41", "gpio42", "gpio43", "gpio44";
|
||||
function = "wcss_wlan";
|
||||
|
||||
|
||||
@@ -1894,7 +1894,7 @@ wcnss: remoteproc@a204000 {
|
||||
qcom,smem-state-names = "stop";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&wcnss_pin_a>;
|
||||
pinctrl-0 = <&wcss_wlan_default>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
||||
@@ -1151,7 +1151,7 @@ data-pins {
|
||||
};
|
||||
};
|
||||
|
||||
wcnss_pin_a: wcnss-active-state {
|
||||
wcss_wlan_default: wcss-wlan-default-state {
|
||||
pins = "gpio40", "gpio41", "gpio42", "gpio43", "gpio44";
|
||||
function = "wcss_wlan";
|
||||
drive-strength = <6>;
|
||||
@@ -1963,7 +1963,7 @@ wcnss: remoteproc@a204000 {
|
||||
qcom,smem-state-names = "stop";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&wcnss_pin_a>;
|
||||
pinctrl-0 = <&wcss_wlan_default>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user