From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM64: dts: amlogic: Add hiu and periphs buses
Date: Sun, 3 Apr 2016 19:19:07 +0200 [thread overview]
Message-ID: <5701508B.1050403@suse.de> (raw)
In-Reply-To: <1459703681-8689-1-git-send-email-carlo@caione.org>
Am 03.04.2016 um 19:14 schrieb Carlo Caione:
> From: Carlo Caione <carlo@endlessm.com>
>
> Add two new buses in the DTS: hiu and periphs buses.
> In the Amlogic S905/GXBB SoC several devices (clock / eth / pin
> controllers, etc...) are mapped under these two buses. Add them in the
> DT before starting to add new devices.
>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>
> ---
> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> index 832815d..3126f0c 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> @@ -167,6 +167,22 @@
> };
> };
>
> + periphs: periphs at c8834000 {
> + compatible = "simple-bus";
> + reg = <0x0 0xc8834000 0x0 0x2000>;
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>;
> + };
> +
> + hiubus: hiubus at c883c000 {
> + compatible = "simple-bus";
> + reg = <0x0 0xc883c000 0x0 0x2000>;
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
> + };
> +
> apb: apb at d0000000 {
> compatible = "simple-bus";
> reg = <0x0 0xd0000000 0x0 0x200000>;
Looks sane, but where did you get that info from? The others I had found
in an iomap node or so but did not spot these.
Regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Felix Imend?rffer, Jane Smithard, Graham Norton; HRB 21284 (AG N?rnberg)
WARNING: multiple messages have this Message-ID (diff)
From: "Andreas Färber" <afaerber-l3A5Bk7waGM@public.gmane.org>
To: Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-meson-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
Subject: Re: [PATCH] ARM64: dts: amlogic: Add hiu and periphs buses
Date: Sun, 3 Apr 2016 19:19:07 +0200 [thread overview]
Message-ID: <5701508B.1050403@suse.de> (raw)
In-Reply-To: <1459703681-8689-1-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
Am 03.04.2016 um 19:14 schrieb Carlo Caione:
> From: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
>
> Add two new buses in the DTS: hiu and periphs buses.
> In the Amlogic S905/GXBB SoC several devices (clock / eth / pin
> controllers, etc...) are mapped under these two buses. Add them in the
> DT before starting to add new devices.
>
> Signed-off-by: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
> ---
> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> index 832815d..3126f0c 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
> @@ -167,6 +167,22 @@
> };
> };
>
> + periphs: periphs@c8834000 {
> + compatible = "simple-bus";
> + reg = <0x0 0xc8834000 0x0 0x2000>;
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>;
> + };
> +
> + hiubus: hiubus@c883c000 {
> + compatible = "simple-bus";
> + reg = <0x0 0xc883c000 0x0 0x2000>;
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
> + };
> +
> apb: apb@d0000000 {
> compatible = "simple-bus";
> reg = <0x0 0xd0000000 0x0 0x200000>;
Looks sane, but where did you get that info from? The others I had found
in an iomap node or so but did not spot these.
Regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-04-03 17:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-03 17:14 [PATCH] ARM64: dts: amlogic: Add hiu and periphs buses Carlo Caione
2016-04-03 17:14 ` Carlo Caione
2016-04-03 17:19 ` Andreas Färber [this message]
2016-04-03 17:19 ` Andreas Färber
2016-04-03 17:34 ` Carlo Caione
2016-04-03 17:34 ` Carlo Caione
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=5701508B.1050403@suse.de \
--to=afaerber@suse.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 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.