diff options
author | Wenbin Mei <[email protected]> | 2020-08-14 09:43:45 +0800 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-08-28 09:14:04 +0200 |
commit | d6f6cbeee4e5ee6976792851e0461c19f1ede864 (patch) | |
tree | 7f2b460f00922a04b974809cb17bd535023920a6 | |
parent | 710d4d916e6d84aa3f1507db1f1dfce8f60211a1 (diff) |
arm64: dts: mt7622: add reset node for mmc device
This commit adds reset node for mmc device.
Cc: <[email protected]> # v5.4+
Fixes: 966580ad236e ("mmc: mediatek: add support for MT7622 SoC")
Signed-off-by: Wenbin Mei <[email protected]>
Tested-by: Frank Wunderlich <[email protected]>
Acked-by: Matthias Brugger <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt7622.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi index 1a39e0ef776b..5b9ec032ce8d 100644 --- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi @@ -686,6 +686,8 @@ clocks = <&pericfg CLK_PERI_MSDC30_0_PD>, <&topckgen CLK_TOP_MSDC50_0_SEL>; clock-names = "source", "hclk"; + resets = <&pericfg MT7622_PERI_MSDC0_SW_RST>; + reset-names = "hrst"; status = "disabled"; }; |