[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200813074908.889-7-tychang@realtek.com>
Date: Thu, 13 Aug 2020 15:49:05 +0800
From: TY Chang <tychang@...ltek.com>
To: <linux-realtek-soc@...ts.infradead.org>, <afaerber@...e.de>
CC: <linus.walleij@...aro.org>, <linux-gpio@...r.kernel.org>,
<robh+dt@...nel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH v3 6/9] arm64: dts: realtek: rtd129x: fix SDIO pinctrl node
Fix sdio function value of pinctrl property.
Signed-off-by: TY Chang <tychang@...ltek.com>
---
arch/arm64/boot/dts/realtek/rtd129x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/realtek/rtd129x.dtsi b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
index 59a68581f542..38ec852dfc6c 100644
--- a/arch/arm64/boot/dts/realtek/rtd129x.dtsi
+++ b/arch/arm64/boot/dts/realtek/rtd129x.dtsi
@@ -313,7 +313,7 @@ sdmmc_wp_pin: sdmmc-wp-pin {
};
sdio_pins: sdio-pins {
- function = "sdio";
+ function = "sdio_0";
groups = "sdio_cmd", "sdio_clk", "sdio_data_0", "sdio_data_1", "sdio_data_2", "sdio_data_3";
};
};
--
2.28.0
Powered by blists - more mailing lists