From: Pankaj Dubey Date: Fri, 23 Oct 2015 18:30:43 +0000 (+0900) Subject: dt-bindings: add exynos-srom device tree binding X-Git-Tag: KARO-TX6UL-2015-11-03~137^2~1^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a4e66d3793f5e993c8cf0e9173680e70ec765792;p=karo-tx-linux.git dt-bindings: add exynos-srom device tree binding This patch adds exynos-srom binding information for SROM Controller driver on Exynos SoCs. CC: Rob Herring CC: Mark Rutland CC: Ian Campbell Signed-off-by: Pankaj Dubey Reviewed-by: Krzysztof Kozlowski Signed-off-by: Kukjin Kim --- 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 000000000000..33886d59113e --- /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>; + };