Skip to content
Snippets Groups Projects
Commit 2d9b2214 authored by Felix Gerking's avatar Felix Gerking
Browse files

dts:santaro:santoka: Set wp-gpio for SD-Cards

The "wp-gpios" assignment was missing for both platforms.

BCS 746-001170
parent c725534d
No related branches found
No related tags found
1 merge request!151dts:santaro:santoka: Set wp-gpio for SD-Cards
Pipeline #45871 passed with stage
in 12 seconds
...@@ -364,3 +364,8 @@ &usb3503 { ...@@ -364,3 +364,8 @@ &usb3503 {
&usbh2 { &usbh2 {
status = "disabled"; status = "disabled";
}; };
&usdhc2 {
wp-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
...@@ -378,3 +378,8 @@ &usbh2 { ...@@ -378,3 +378,8 @@ &usbh2 {
&usbh3 { &usbh3 {
status = "disabled"; status = "disabled";
}; };
&usdhc2 {
wp-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment