From mboxrd@z Thu Jan 1 00:00:00 1970 From: brgl@bgdev.pl (Bartosz Golaszewski) Date: Wed, 7 Feb 2018 14:45:47 +0100 Subject: [PATCH 1/7] dt-bindings: soc: new driver for DaVinci genpd In-Reply-To: <20180207134553.13510-1-brgl@bgdev.pl> References: <20180207134553.13510-1-brgl@bgdev.pl> Message-ID: <20180207134553.13510-2-brgl@bgdev.pl> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Bartosz Golaszewski Add a simple document for the DaVinci genpd driver. We use clock pm exclusively hence no reg property. Signed-off-by: Bartosz Golaszewski --- .../devicetree/bindings/soc/ti,davinci-pm-domains.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/ti,davinci-pm-domains.txt diff --git a/Documentation/devicetree/bindings/soc/ti,davinci-pm-domains.txt b/Documentation/devicetree/bindings/soc/ti,davinci-pm-domains.txt new file mode 100644 index 000000000000..935d063c7b35 --- /dev/null +++ b/Documentation/devicetree/bindings/soc/ti,davinci-pm-domains.txt @@ -0,0 +1,13 @@ +Device tree bindings for the genpd driver for Texas Instruments DaVinci SoCs + +Required properties: + +- compatible: must be "ti,davinci-pm-domains" +- #power-domain-cells: must be 0 + +Example: + +pwc1: power-controller at 227000 { + compatible = "ti,davinci-pm-domains"; + #power-domain-cells = <0>; +}; -- 2.16.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Golaszewski Subject: [PATCH 1/7] dt-bindings: soc: new driver for DaVinci genpd Date: Wed, 7 Feb 2018 14:45:47 +0100 Message-ID: <20180207134553.13510-2-brgl@bgdev.pl> References: <20180207134553.13510-1-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180207134553.13510-1-brgl@bgdev.pl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Rob Herring , Mark Rutland , Sekhar Nori , Kevin Hilman , Russell King , David Lechner Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bartosz Golaszewski List-Id: devicetree@vger.kernel.org From: Bartosz Golaszewski Add a simple document for the DaVinci genpd driver. We use clock pm exclusively hence no reg property. Signed-off-by: Bartosz Golaszewski --- .../devicetree/bindings/soc/ti,davinci-pm-domains.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/ti,davinci-pm-domains.txt diff --git a/Documentation/devicetree/bindings/soc/ti,davinci-pm-domains.txt b/Documentation/devicetree/bindings/soc/ti,davinci-pm-domains.txt new file mode 100644 index 000000000000..935d063c7b35 --- /dev/null +++ b/Documentation/devicetree/bindings/soc/ti,davinci-pm-domains.txt @@ -0,0 +1,13 @@ +Device tree bindings for the genpd driver for Texas Instruments DaVinci SoCs + +Required properties: + +- compatible: must be "ti,davinci-pm-domains" +- #power-domain-cells: must be 0 + +Example: + +pwc1: power-controller@227000 { + compatible = "ti,davinci-pm-domains"; + #power-domain-cells = <0>; +}; -- 2.16.1