dt-bindings: reset: correct vendor prefix hisi to hisilicon
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 8 Dec 2020 12:46:40 +0000 (20:46 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 8 Jan 2021 12:00:59 +0000 (13:00 +0100)
The vendor prefix of "Hisilicon Limited" is "hisilicon", it is clearly
stated in "vendor-prefixes.yaml".

Fixes: 836e23549583 ("dt-bindings: Document the hi3660 reset bindings")
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Cc: Zhangfei Gao <zhangfei.gao@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Documentation/devicetree/bindings/reset/hisilicon,hi3660-reset.txt

index 2df4bddeb688918126fd45d9325adf1f6d861988..aefd26710f9e87d221629315ec0612d7908c8e80 100644 (file)
@@ -11,7 +11,7 @@ Required properties:
 - 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.
+- hisilicon,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.
 
@@ -29,7 +29,7 @@ Example:
 
        iomcu_rst: iomcu_rst_controller {
                compatible = "hisilicon,hi3660-reset";
-               hisi,rst-syscon = <&iomcu>;
+               hisilicon,rst-syscon = <&iomcu>;
                #reset-cells = <2>;
        };