Skip to content

Commit

Permalink
Revert "Add DT property no-1-8-v in sdhci node"
Browse files Browse the repository at this point in the history
As SD clock frequency is set to 50MHz, this property not required
anymore.

This reverts commit 39f6e22.

Signed-off-by: Venkatesh Yadav Abbarapu <vabbarap@xilinx.com>
  • Loading branch information
vabbarap committed Sep 26, 2017
1 parent b696586 commit f665cc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdps/data/sdps.tcl
Expand Up @@ -24,10 +24,6 @@ proc generate {drv_handle} {
set clk_freq [hsi::utils::get_ip_param_value $ip C_SDIO_CLK_FREQ_HZ]
set_property CONFIG.clock-frequency "$clk_freq" $drv_handle
set_drv_conf_prop $drv_handle C_MIO_BANK xlnx,mio_bank hexint
set bus_width [hsi::utils::get_ip_param_value $ip C_BUS_WIDTH]
if {[string match -nocase $bus_width "4"]} {
hsi::utils::add_new_property $drv_handle "no-1-8-v" boolean ""
}
}


0 comments on commit f665cc4

Please sign in to comment.