Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arch: arm64: dts: fix armsom sige1 sd card boot #218

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3528-armsom-sige1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
regulator-name = "vccio_sd";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;
gpios = <&gpio4 RK_PC2 GPIO_ACTIVE_LOW>;
vin-supply = <&vcc5v0_sys>;
states = <1800000 0x0
3300000 0x1>;
Expand Down
Loading