Skip to content

Commit

Permalink
ARM: dts: aspeed: Add SD card for Vesnin
Browse files Browse the repository at this point in the history
Presence signal is inverted for vesnin boards, 'cd-inverted' added
for invertion signal enablement. Vesnin BMC uses microSD, there is
no WP switch, 'disable-wp' is used for this purpose.

Signed-off-by: Ivan Mikhaylov <i.mikhaylov@yadro.com>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
Ivan Mikhaylov authored and Joel Stanley committed Dec 17, 2019
1 parent 78b08af commit e4aab38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/aspeed-bmc-opp-vesnin.dts
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,16 @@
&wdt2 {
aspeed,alt-boot;
};

&sdmmc {
status = "okay";
};

&sdhci1 {
status = "okay";

pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sd2_default>;
cd-inverted;
disable-wp;
};

0 comments on commit e4aab38

Please sign in to comment.