diff options
author | Pratyush Anand <pratyush.anand@st.com> | 2014-02-11 12:10:47 +0530 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2014-07-14 11:04:42 +0530 |
commit | 23b7ad23cb95db188403677c51c997338fb9effd (patch) | |
tree | ea145481d44f2d9df2100ed11aae7ee6cc5f278a /Documentation/devicetree/bindings/arm | |
parent | 36c5c90d4c24d692fe158f5bfe4c97f28fd6ebba (diff) | |
download | talos-obmc-linux-23b7ad23cb95db188403677c51c997338fb9effd.tar.gz talos-obmc-linux-23b7ad23cb95db188403677c51c997338fb9effd.zip |
ARM: SPEAr13xx: Add bindings and dt node for misc block
SPEAr SOCs have some miscellaneous registers which are used to configure
peripheral.
This patch adds dt node and binding information for this block.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Pratyush Anand <pratyush.anand@st.com>
Cc: devicetree@vger.kernel.org
[viresh: fixed logs/cclist]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/spear-misc.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/spear-misc.txt b/Documentation/devicetree/bindings/arm/spear-misc.txt new file mode 100644 index 000000000000..cf649827ffcd --- /dev/null +++ b/Documentation/devicetree/bindings/arm/spear-misc.txt @@ -0,0 +1,9 @@ +SPEAr Misc configuration +=========================== +SPEAr SOCs have some miscellaneous registers which are used to configure +few properties of different peripheral controllers. + +misc node required properties: + +- compatible Should be "st,spear1340-misc", "syscon". +- reg: Address range of misc space upto 8K |