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

dt-bindings: reset: Add HI3670 reset controller binding

HI3670 SoC is architecturally same as the HI3660 SoC. Hence, the same
driver is reused for HI3670 SoC and the binding is documented here which
uses the fallback approach.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>

authored by

Manivannan Sadhasivam and committed by
Wei Xu
258bbef0 9e98c678

+4 -3
+4 -3
Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt
··· 5 5 controller binding usage. 6 6 7 7 The reset controller registers are part of the system-ctl block on 8 - hi3660 SoC. 8 + hi3660 and hi3670 SoCs. 9 9 10 10 Required properties: 11 - - compatible: should be 12 - "hisilicon,hi3660-reset" 11 + - compatible: should be one of the following: 12 + "hisilicon,hi3660-reset" for HI3660 13 + "hisilicon,hi3670-reset", "hisilicon,hi3660-reset" for HI3670 13 14 - hisi,rst-syscon: phandle of the reset's syscon. 14 15 - #reset-cells : Specifies the number of cells needed to encode a 15 16 reset source. The type shall be a <u32> and the value shall be 2.