From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/6] ARM: dts: Alpine platform binding documentation
Date: Tue, 03 Feb 2015 11:02:02 -0800 [thread overview]
Message-ID: <54D11B2A.8020507@codeaurora.org> (raw)
In-Reply-To: <54d0cd2e.gI5kk97sYr5JVQ9k%tsahee@annapurnalabs.com>
On 02/03/15 05:29, Tsahee Zidenberg wrote:
> +* Alpine CPU resume registers
> +
> +The CPU resume register are used to define required resume address after
> +reset.
> +
> +Properties:
> +- compatible : Should contain "al,al-cpu-resume".
> +- reg : Offset and length of the register set for the device
> +
> +Example:
> +
> +cpu_resume {
> + compatible = "al,alpine-cpu-resume";
> + reg = <0xfbff5ed0 0x30>;
> +};
> +
> +* Alpine System-Fabric Service Registers
> +
> +The System-Fabric Service Registers allow various operation on CPU and
> +system fabric, like powering CPUs off.
> +
> +Properties:
> +- compatible : Should contain "al,al-sysfabric-service".
and syscon?
> +- reg : Offset and length of the register set for the device
> +
> +Example:
> +
> +nb_service {
> + compatible = "al,alpine-sysfabric-service";
> + reg = <0xfb070000 0x10000>;
> +};
>
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2015-02-03 19:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-03 13:29 [PATCH v4 4/6] ARM: dts: Alpine platform binding documentation Tsahee Zidenberg
2015-02-03 19:02 ` Stephen Boyd [this message]
2015-02-04 12:48 ` Tsahee Zidenberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54D11B2A.8020507@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.