diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-01-15 14:53:56 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2021-01-29 11:36:25 +0300 |
commit | 305656e0989d45e8dc7273e62130f3dc79d3e2de (patch) | |
tree | c88c3135655e0a03d5fd53f3e3ec8cc731c4805b | |
parent | ccf43e02012ae5c2fc895136ab0adf98286db40f (diff) | |
download | linux-305656e0989d45e8dc7273e62130f3dc79d3e2de.tar.xz |
arm64: dts: hisilicon: hi3670.dtsi: add iomcu_rst
This is required in order to support USB.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi3670.dtsi b/arch/arm64/boot/dts/hisilicon/hi3670.dtsi index 85b0dfb35d6d..acf69afb9407 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3670.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3670.dtsi @@ -194,6 +194,12 @@ #clock-cells = <1>; }; + iomcu_rst: reset { + compatible = "hisilicon,hi3660-reset"; + hisi,rst-syscon = <&iomcu>; + #reset-cells = <2>; + }; + uart0: serial@fdf02000 { compatible = "arm,pl011", "arm,primecell"; reg = <0x0 0xfdf02000 0x0 0x1000>; |