public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] ARM: rockchip: add support for rk3188 and Radxa Rock board
Date: Tue, 15 Oct 2013 13:08:15 +0200	[thread overview]
Message-ID: <201310151308.15489.heiko@sntech.de> (raw)
In-Reply-To: <201310151301.02290.heiko@sntech.de>

Am Dienstag, 15. Oktober 2013, 13:01:02 schrieb Heiko St?bner:
> Basic devicetree files for the rk3188 SoC. Also provided is a board
> dts file for the upcoming Radxa Rock board using this SoC.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>

[...]

> +		pinctrl at 20008000 {
> +			compatible = "rockchip,rk3188-pinctrl";
> +			reg = <0x20008000 0xa0>,
> +			      <0x20008164 0x1a0>;
> +			reg-names = "base", "pull";
> +			#address-cells = <1>;
> +			#size-cells = <1>;
> +			ranges;
> +
> +			gpio0: gpio0 at 0x2000a000 {
> +				compatible = "rockchip,rk3188-gpio-bank0";
> +				reg = <0x2000a000 0x100>,
> +				      <0x20004064 0x8>;
> +				interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
> +				clocks = <&clk_gates8 9>;
> +
> +				gpio-controller;
> +				#gpio-cells = <2>;
> +
> +				interrupt-controller;
> +				#interrupt-cells = <2>;
> +			};

Forgot to add, that this of course depends on the separate change to the 
bindings of the pinctrl driver being suitable.


Heiko

  reply	other threads:[~2013-10-15 11:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-15 10:58 [PATCH 0/5] ARM: rockchip: Support for RK3188 and Radxa Rock board Heiko Stübner
2013-10-15 10:59 ` [PATCH 1/5] ARM: rockchip: move shared dt properties to common source file Heiko Stübner
2013-10-15 11:00 ` [PATCH 2/5] ARM: rockchip: enable arm-global-timer Heiko Stübner
2013-10-15 11:00 ` [PATCH 3/5] ARM: rockchip: add dts for bqcurie2 tablet Heiko Stübner
2013-10-15 11:01 ` [PATCH 4/5] ARM: rockchip: add support for rk3188 and Radxa Rock board Heiko Stübner
2013-10-15 11:08   ` Heiko Stübner [this message]
2013-10-15 11:01 ` [PATCH 5/5] MAINTAINERS: Add maintainers entry for Rockchip SoCs Heiko Stübner

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=201310151308.15489.heiko@sntech.de \
    --to=heiko@sntech.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox