diff options
author | Ryder Lee | 2019-07-29 22:17:47 +0800 |
---|---|---|
committer | Tom Rini | 2019-08-07 15:31:03 -0400 |
commit | 4f3ee271eb3e0fb76d7c5406e5f18549dc318a9f (patch) | |
tree | c81e62d09a844b2f6e67734bfbbbc8501045cb34 /arch | |
parent | 8702e614d94adc9df8f58f97d47d39319727d190 (diff) |
ARM: dts: add hifsys reset for MediaTek SoCs
This adds missing hifsys reset parts in header files.
Tested-by: Frank Wunderlich <frank-w@public-files.de>
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/mt7623.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/mt7623.dtsi b/arch/arm/dts/mt7623.dtsi index 448d1d73810..64079c61bfb 100644 --- a/arch/arm/dts/mt7623.dtsi +++ b/arch/arm/dts/mt7623.dtsi @@ -248,6 +248,13 @@ status = "disabled"; }; + hifsys: syscon@1a000000 { + compatible = "mediatek,mt7623-hifsys", "syscon"; + reg = <0x1a000000 0x1000>; + #clock-cells = <1>; + #reset-cells = <1>; + }; + ethsys: syscon@1b000000 { compatible = "mediatek,mt7623-ethsys", "syscon"; reg = <0x1b000000 0x1000>; |