dt-bindings: reset: correct vendor prefix hisi to hisilicon
The vendor prefix of "Hisilicon Limited" is "hisilicon", it is clearly
stated in "vendor-prefixes.yaml".
Fixes: 836e235495
("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>
This commit is contained in:
@@ -11,7 +11,7 @@ Required properties:
|
|||||||
- compatible: should be one of the following:
|
- compatible: should be one of the following:
|
||||||
"hisilicon,hi3660-reset" for HI3660
|
"hisilicon,hi3660-reset" for HI3660
|
||||||
"hisilicon,hi3670-reset", "hisilicon,hi3660-reset" for HI3670
|
"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-cells : Specifies the number of cells needed to encode a
|
||||||
reset source. The type shall be a <u32> and the value shall be 2.
|
reset source. The type shall be a <u32> and the value shall be 2.
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ Example:
|
|||||||
|
|
||||||
iomcu_rst: iomcu_rst_controller {
|
iomcu_rst: iomcu_rst_controller {
|
||||||
compatible = "hisilicon,hi3660-reset";
|
compatible = "hisilicon,hi3660-reset";
|
||||||
hisi,rst-syscon = <&iomcu>;
|
hisilicon,rst-syscon = <&iomcu>;
|
||||||
#reset-cells = <2>;
|
#reset-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user