Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: hisilicon: hi3670: Add reset controller support

Add reset controller support for HiSilicon HI3670 SoC.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>

authored by

Manivannan Sadhasivam and committed by
Wei Xu
757a4b29 258bbef0

+7
+7
arch/arm64/boot/dts/hisilicon/hi3670.dtsi
··· 151 151 #clock-cells = <1>; 152 152 }; 153 153 154 + crg_rst: crg_rst_controller { 155 + compatible = "hisilicon,hi3670-reset", 156 + "hisilicon,hi3660-reset"; 157 + #reset-cells = <2>; 158 + hisi,rst-syscon = <&crg_ctrl>; 159 + }; 160 + 154 161 pctrl: pctrl@e8a09000 { 155 162 compatible = "hisilicon,hi3670-pctrl", "syscon"; 156 163 reg = <0x0 0xe8a09000 0x0 0x1000>;