From: Tony Lindgren <tony@atomide.com>
To: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Neil Armstrong <narmstrong@baylibre.com>,
Michael Turquette <mturquette@baylibre.com>,
Kevin Hilman <khilman@baylibre.com>,
Patrick Titiano <ptitiano@baylibre.com>,
Paul Walmsley <paul@pwsan.com>,
linux-ide@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH 3/4] ARM: dts: dm8168-evm: add SATA node
Date: Mon, 13 Mar 2017 14:15:21 -0700 [thread overview]
Message-ID: <20170313211520.GW20572@atomide.com> (raw)
In-Reply-To: <1489423399-3824-4-git-send-email-bgolaszewski@baylibre.com>
* Bartosz Golaszewski <bgolaszewski@baylibre.com> [170313 09:45]:
> Add the SATA controller node to the dm8168-evm device tree.
> --- a/arch/arm/boot/dts/dm816x.dtsi
> +++ b/arch/arm/boot/dts/dm816x.dtsi
> @@ -293,6 +293,13 @@
> phy-handle = <&phy1>;
> };
>
> + sata: sata@4a140000 {
> + compatible = "ti,dm816-ahci";
> + reg = <0x4a140000 0xffff>;
> + interrupts = <16>;
> + ti,hwmods = "sata";
> + };
The size should be 0x10000 instead of 0xffff, right?
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: dts: dm8168-evm: add SATA node
Date: Mon, 13 Mar 2017 14:15:21 -0700 [thread overview]
Message-ID: <20170313211520.GW20572@atomide.com> (raw)
In-Reply-To: <1489423399-3824-4-git-send-email-bgolaszewski@baylibre.com>
* Bartosz Golaszewski <bgolaszewski@baylibre.com> [170313 09:45]:
> Add the SATA controller node to the dm8168-evm device tree.
> --- a/arch/arm/boot/dts/dm816x.dtsi
> +++ b/arch/arm/boot/dts/dm816x.dtsi
> @@ -293,6 +293,13 @@
> phy-handle = <&phy1>;
> };
>
> + sata: sata at 4a140000 {
> + compatible = "ti,dm816-ahci";
> + reg = <0x4a140000 0xffff>;
> + interrupts = <16>;
> + ti,hwmods = "sata";
> + };
The size should be 0x10000 instead of 0xffff, right?
Tony
next prev parent reply other threads:[~2017-03-13 21:15 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 16:43 [PATCH 0/4] ARM: dm8168-evm: add SATA support Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
2017-03-13 16:43 ` [PATCH 1/4] ARM: OMAP2+: dm81xx: Add clkdm and hwmod for SATA Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
[not found] ` <1489423399-3824-2-git-send-email-bgolaszewski-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-03-13 21:34 ` Kevin Hilman
2017-03-13 21:34 ` Kevin Hilman
2017-03-13 21:34 ` Kevin Hilman
[not found] ` <1489423399-3824-1-git-send-email-bgolaszewski-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-03-13 16:43 ` [PATCH 2/4] ARM: dts: dm8168-evm: add the external reference clock " Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
2017-03-13 21:34 ` Tony Lindgren
2017-03-13 21:34 ` Tony Lindgren
2017-03-14 15:01 ` Bartosz Golaszewski
2017-03-14 15:01 ` Bartosz Golaszewski
2017-03-14 15:05 ` Tony Lindgren
2017-03-14 15:05 ` Tony Lindgren
2017-03-13 16:43 ` [PATCH 3/4] ARM: dts: dm8168-evm: add SATA node Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
2017-03-13 21:15 ` Tony Lindgren [this message]
2017-03-13 21:15 ` Tony Lindgren
2017-03-14 9:00 ` Sergei Shtylyov
2017-03-14 9:00 ` Sergei Shtylyov
2017-03-13 16:43 ` [PATCH 4/4] ARM: omap2plus_defconfig: enable ahci-dm816 module Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
2017-03-13 16:43 ` Bartosz Golaszewski
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=20170313211520.GW20572@atomide.com \
--to=tony@atomide.com \
--cc=bgolaszewski@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=khilman@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=narmstrong@baylibre.com \
--cc=paul@pwsan.com \
--cc=ptitiano@baylibre.com \
--cc=robh+dt@kernel.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.