From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- kernel/Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt b/kernel/Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt index 2bf3344..2df4bdd 100644 --- a/kernel/Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt +++ b/kernel/Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt @@ -5,11 +5,12 @@ controller binding usage. The reset controller registers are part of the system-ctl block on -hi3660 SoC. +hi3660 and hi3670 SoCs. Required properties: -- compatible: should be - "hisilicon,hi3660-reset" +- compatible: should be one of the following: + "hisilicon,hi3660-reset" for HI3660 + "hisilicon,hi3670-reset", "hisilicon,hi3660-reset" for HI3670 - hisi,rst-syscon: phandle of the reset's syscon. - #reset-cells : Specifies the number of cells needed to encode a reset source. The type shall be a <u32> and the value shall be 2. -- Gitblit v1.6.2