Skip to content

Commit

Permalink
dts: zynqmp: Add no-1-8-v property to sdhci1 node
Browse files Browse the repository at this point in the history
This patch adds no-1-8-v property to sdhci1 node for zcu102
and zcu106 such that SD operates at 50MHz by default. The
property no-1-8-v can be removed to operate SD at 200Mhz
mode if hw supports.

Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Siva Durga Prasad Paladugu authored and Michal Simek committed Sep 26, 2017
1 parent 4c61f9b commit da811c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/dts/zynqmp-zcu102-revA.dts
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ drivers/hwmon/pmbus/Makefile:11:obj-$(CONFIG_SENSORS_MAX20751) += max20751.o
/* SD1 with level shifter */
&sdhci1 {
status = "okay";
no-1-8-v;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sdhci1_default>;
xlnx,mio_bank = <1>;
Expand Down
1 change: 1 addition & 0 deletions arch/arm/dts/zynqmp-zcu106-revA.dts
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@
/* SD1 with level shifter */
&sdhci1 {
status = "okay";
no-1-8-v;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sdhci1_default>;
xlnx,mio_bank = <1>;
Expand Down

0 comments on commit da811c4

Please sign in to comment.