[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180207134553.13510-2-brgl@bgdev.pl>
Date: Wed, 7 Feb 2018 14:45:47 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Sekhar Nori <nsekhar@...com>,
Kevin Hilman <khilman@...nel.org>,
Russell King <linux@...linux.org.uk>,
David Lechner <david@...hnology.com>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Bartosz Golaszewski <bgolaszewski@...libre.com>
Subject: [PATCH 1/7] dt-bindings: soc: new driver for DaVinci genpd
From: Bartosz Golaszewski <bgolaszewski@...libre.com>
Add a simple document for the DaVinci genpd driver. We use clock pm
exclusively hence no reg property.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@...libre.com>
---
.../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@...000 {
+ compatible = "ti,davinci-pm-domains";
+ #power-domain-cells = <0>;
+};
--
2.16.1
Powered by blists - more mailing lists