mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
arm: dts: xilinx: drop bias-high-impedance on SDIO CD/WP pins
Zynq-7000 boards used the same invalid combination of bias-high-impedance and bias-pull-up on SDIO card-detect and write-protect pin groups. Keep only bias-pull-up, as in the arm64 ZynqMP fix. Link: https://patch.msgid.link/f8f0aa0d0a732127b5cb725871d06a7739f0a499.1780496388.git.michal.simek@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
bc7b17594a
commit
568248504d
|
|
@ -99,7 +99,6 @@ conf-cd {
|
|||
groups = "gpio0_34_grp";
|
||||
io-standard = <3>;
|
||||
slew-rate = <0>;
|
||||
bias-high-impedance;
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -324,7 +324,6 @@ mux-cd {
|
|||
|
||||
conf-cd {
|
||||
groups = "gpio0_0_grp";
|
||||
bias-high-impedance;
|
||||
bias-pull-up;
|
||||
slew-rate = <0>;
|
||||
power-source = <1>;
|
||||
|
|
@ -337,7 +336,6 @@ mux-wp {
|
|||
|
||||
conf-wp {
|
||||
groups = "gpio0_15_grp";
|
||||
bias-high-impedance;
|
||||
bias-pull-up;
|
||||
slew-rate = <0>;
|
||||
power-source = <1>;
|
||||
|
|
|
|||
|
|
@ -237,7 +237,6 @@ mux-cd {
|
|||
|
||||
conf-cd {
|
||||
groups = "gpio0_14_grp";
|
||||
bias-high-impedance;
|
||||
bias-pull-up;
|
||||
slew-rate = <0>;
|
||||
power-source = <1>;
|
||||
|
|
@ -250,7 +249,6 @@ mux-wp {
|
|||
|
||||
conf-wp {
|
||||
groups = "gpio0_15_grp";
|
||||
bias-high-impedance;
|
||||
bias-pull-up;
|
||||
slew-rate = <0>;
|
||||
power-source = <1>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user