Skip to content

Commit e82d025

Browse files
Jisheng Zhanglinusw
authored andcommitted
pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRES
This should be a typo. Signed-off-by: Jisheng Zhang <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 566cf87 commit e82d025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/berlin/berlin-bg4ct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ static const struct berlin_desc_group berlin4ct_soc_pinctrl_groups[] = {
217217
BERLIN_PINCTRL_GROUP("SCRD0_CRD_PRES", 0xc, 0x3, 0x15,
218218
BERLIN_PINCTRL_FUNCTION(0x0, "gpio"), /* GPIO20 */
219219
BERLIN_PINCTRL_FUNCTION(0x1, "scrd0"), /* crd pres */
220-
BERLIN_PINCTRL_FUNCTION(0x1, "sd1a")), /* DAT3 */
220+
BERLIN_PINCTRL_FUNCTION(0x3, "sd1a")), /* DAT3 */
221221
BERLIN_PINCTRL_GROUP("SPI1_SS0n", 0xc, 0x3, 0x18,
222222
BERLIN_PINCTRL_FUNCTION(0x0, "spi1"), /* SS0n */
223223
BERLIN_PINCTRL_FUNCTION(0x1, "gpio"), /* GPIO37 */

0 commit comments

Comments
 (0)