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

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: Peter Griffin <peter.griffin@linaro.org>
Cc: <p.zabel@pengutronix.de>
Cc: <robh+dt@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>

authored by

Peter Griffin and committed by
Patrice Chotard
cbac8a08 feada609

+5 -7
+5 -7
Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
··· 16 16 controller binding usage. 17 17 18 18 Required properties: 19 - - compatible: Should be "st,<chip>-powerdown" 20 - ex: "st,stih415-powerdown", "st,stih416-powerdown" 19 + - compatible: Should be "st,stih407-powerdown" 21 20 - #reset-cells: 1, see below 22 21 23 22 example: 24 23 25 24 powerdown: powerdown-controller { 25 + compatible = "st,stih407-powerdown"; 26 26 #reset-cells = <1>; 27 - compatible = "st,stih415-powerdown"; 28 27 }; 29 28 30 29 ··· 36 37 37 38 example: 38 39 39 - usb1: usb@fe200000 { 40 - resets = <&powerdown STIH41X_USB1_POWERDOWN>; 40 + st_dwc3: dwc3@8f94000 { 41 + resets = <&powerdown STIH407_USB3_POWERDOWN>, 41 42 }; 42 43 43 44 Macro definitions for the supported reset channels can be found in: 44 45 45 - include/dt-bindings/reset/stih415-resets.h 46 - include/dt-bindings/reset/stih416-resets.h 46 + include/dt-bindings/reset/stih407-resets.h