aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/reset
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-01-15 04:04:46 +0900
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-01-20 10:36:13 +0100
commit88a7f5237dfdd7f02939c4ec7ac7452e14adceab (patch)
tree56c35d61d0a64f8f059f5da86f857b7d94084aaf /drivers/reset
parentreset: zx2967: add reset controller driver for ZTE's zx2967 family (diff)
downloadwireguard-linux-88a7f5237dfdd7f02939c4ec7ac7452e14adceab.tar.xz
wireguard-linux-88a7f5237dfdd7f02939c4ec7ac7452e14adceab.zip
reset: uniphier: add compatible string for LD11 SD-reset block
The LD11 SoC is equipped with not only MIO-reset but also SD-reset for controlling RST_n pin of the eMMC device. Update the binding document and remove unneeded "." from each line in itemization. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset')
-rw-r--r--drivers/reset/reset-uniphier.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/reset/reset-uniphier.c b/drivers/reset/reset-uniphier.c
index 968c3ae4535c..9c11be3d3450 100644
--- a/drivers/reset/reset-uniphier.c
+++ b/drivers/reset/reset-uniphier.c
@@ -390,6 +390,10 @@ static const struct of_device_id uniphier_reset_match[] = {
.data = uniphier_sld3_mio_reset_data,
},
{
+ .compatible = "socionext,uniphier-ld11-sd-reset",
+ .data = uniphier_pro5_sd_reset_data,
+ },
+ {
.compatible = "socionext,uniphier-ld20-sd-reset",
.data = uniphier_pro5_sd_reset_data,
},