From bee7083638439457f600252a8cea2c5e4165f5cd Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 16 Oct 2017 11:28:54 +0200 Subject: dts: update to v4.14-rc4 Signed-off-by: Sascha Hauer --- dts/Bindings/reset/snps,hsdk-reset.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dts/Bindings/reset/snps,hsdk-reset.txt (limited to 'dts/Bindings/reset') diff --git a/dts/Bindings/reset/snps,hsdk-reset.txt b/dts/Bindings/reset/snps,hsdk-reset.txt new file mode 100644 index 0000000000..830069b1c3 --- /dev/null +++ b/dts/Bindings/reset/snps,hsdk-reset.txt @@ -0,0 +1,28 @@ +Binding for the Synopsys HSDK reset controller + +This binding uses the common reset binding[1]. + +[1] Documentation/devicetree/bindings/reset/reset.txt + +Required properties: +- compatible: should be "snps,hsdk-reset". +- reg: should always contain 2 pairs address - length: first for reset + configuration register and second for corresponding SW reset and status bits + register. +- #reset-cells: from common reset binding; Should always be set to 1. + +Example: + reset: reset@880 { + compatible = "snps,hsdk-reset"; + #reset-cells = <1>; + reg = <0x8A0 0x4>, <0xFF0 0x4>; + }; + +Specifying reset lines connected to IP modules: + ethernet@.... { + .... + resets = <&reset HSDK_V1_ETH_RESET>; + .... + }; + +The index could be found in -- cgit v1.2.3