Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1290134

[RESEND PATCH v5 3/8] dt-bindings: add exynos-srom device tree binding

From Pankaj Dubey <pankaj.dubey@samsung.com>
Newsgroups linux.kernel
Subject [RESEND PATCH v5 3/8] dt-bindings: add exynos-srom device tree binding
Date 2015-12-12 08:50 +0100
Message-ID <qEN6i-7GT-13@gated-at.bofh.it> (permalink)
References <qEN6i-7GT-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch adds exynos-srom binding information for SROM Controller
driver on Exynos SoCs.

CC: Rob Herring <robh+dt@kernel.org>
CC: Mark Rutland <mark.rutland@arm.com>
CC: Ian Campbell <ijc+devicetree@hellion.org.uk>
Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
---
 .../devicetree/bindings/arm/samsung/exynos-srom.txt          | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt

diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt b/Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt
new file mode 100644
index 0000000..33886d5
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt
@@ -0,0 +1,12 @@
+SAMSUNG Exynos SoCs SROM Controller driver.
+
+Required properties:
+- compatible : Should contain "samsung,exynos-srom".
+
+- reg: offset and length of the register set
+
+Example:
+	sromc@12570000 {
+		compatible = "samsung,exynos-srom";
+		reg = <0x12570000 0x10>;
+	};
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RESEND PATCH v5 0/8] Add support for Exynos SROM Controller driver Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-12 08:50 +0100
  [RESEND PATCH v5 2/8] ARM: EXYNOS: code cleanup in map.h Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-12 08:50 +0100
  [RESEND PATCH v5 8/8] ARM: EXYNOS: Remove SROM related register  settings from mach-exynos Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-12 08:50 +0100
  [RESEND PATCH v5 4/8] ARM: dts: add SROM device node for exynos4 Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-12 08:50 +0100
  [RESEND PATCH v5 7/8] MAINTAINERS: add maintainers entry for  drivers/soc/samsung Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-12 08:50 +0100
  [RESEND PATCH v5 3/8] dt-bindings: add exynos-srom device tree binding Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-12 08:50 +0100
  [RESEND PATCH v5 1/8] ARM: EXYNOS: remove unused static mapping of CMU  for exynos5 Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-12 08:50 +0100
  [RESEND PATCH v5 6/8] drivers: soc: add support for exynos SROM driver Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-12-12 08:50 +0100
  RE: [RESEND PATCH v5 0/8] Add support for Exynos SROM Controller driver Pavel Fedin <p.fedin@samsung.com> - 2015-12-14 08:40 +0100
  Re: [RESEND PATCH v5 0/8] Add support for Exynos SROM Controller driver Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-12-17 06:20 +0100
    Re: [RESEND PATCH v5 0/8] Add support for Exynos SROM Controller driver "pankaj.dubey" <pankaj.dubey@samsung.com> - 2015-12-18 04:40 +0100

csiph-web