提交 cbac8a08 编写于 作者: P Peter Griffin 提交者: Patrice Chotard

reset: sti: Remove obsolete platforms from dt binding doc.

STiH415/6 SoC support is being removed from the kernel.
This patch updates the sti dt powerdown bindings and
removes references to these obsolete platforms.
Signed-off-by: NPeter Griffin <peter.griffin@linaro.org>
Cc: <p.zabel@pengutronix.de>
Cc: <robh+dt@kernel.org>
Acked-by: NRob Herring <robh@kernel.org>
上级 feada609
...@@ -16,15 +16,14 @@ Please refer to reset.txt in this directory for common reset ...@@ -16,15 +16,14 @@ Please refer to reset.txt in this directory for common reset
controller binding usage. controller binding usage.
Required properties: Required properties:
- compatible: Should be "st,<chip>-powerdown" - compatible: Should be "st,stih407-powerdown"
ex: "st,stih415-powerdown", "st,stih416-powerdown"
- #reset-cells: 1, see below - #reset-cells: 1, see below
example: example:
powerdown: powerdown-controller { powerdown: powerdown-controller {
compatible = "st,stih407-powerdown";
#reset-cells = <1>; #reset-cells = <1>;
compatible = "st,stih415-powerdown";
}; };
...@@ -37,11 +36,10 @@ index specifying which channel to use, as described in reset.txt ...@@ -37,11 +36,10 @@ index specifying which channel to use, as described in reset.txt
example: example:
usb1: usb@fe200000 { st_dwc3: dwc3@8f94000 {
resets = <&powerdown STIH41X_USB1_POWERDOWN>; resets = <&powerdown STIH407_USB3_POWERDOWN>,
}; };
Macro definitions for the supported reset channels can be found in: Macro definitions for the supported reset channels can be found in:
include/dt-bindings/reset/stih415-resets.h include/dt-bindings/reset/stih407-resets.h
include/dt-bindings/reset/stih416-resets.h
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册