Skip to content

Commit

Permalink
sd: update comment to reference 'SD host controller specification'
Browse files Browse the repository at this point in the history
In the code comments referring to section 3.6.1, changed the reference
from 'SD specification' to 'SD host controller specification'
for a clearer and more accurate context.

Signed-off-by: Pisit Sawangvonganan <[email protected]>
  • Loading branch information
ndrs-pst authored and aescolar committed Jan 25, 2024
1 parent 1829fc3 commit 4889c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subsys/sd/sd_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ int card_read_cid(struct sd_card *card)

/*
* Implements signal voltage switch procedure described in section 3.6.1 of
* SD specification.
* SD host controller specification.
*/
int sdmmc_switch_voltage(struct sd_card *card)
{
Expand Down
2 changes: 1 addition & 1 deletion subsys/sd/sd_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/*
* Switches voltage of SD card to 1.8V, as described by
* "Signal voltage switch procedure" in section 3.6.1 of SD specification.
* "Signal voltage switch procedure" in section 3.6.1 of SD host controller specification.
*/
int sdmmc_switch_voltage(struct sd_card *card);

Expand Down

0 comments on commit 4889c9c

Please sign in to comment.