From: Mugunthan V N <mugunthanvnm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 09/16] arm: dts: dra7: add qspi register maps for memory map and control module
Date: Tue, 17 Nov 2015 13:29:42 +0530 [thread overview]
Message-ID: <564ADE6E.8060006@ti.com> (raw)
In-Reply-To: <20151116021313.GW8060@bill-the-cat>
On Monday 16 November 2015 07:43 AM, Tom Rini wrote:
> On Sat, Nov 14, 2015 at 01:01:45PM +0530, Mugunthan V N wrote:
>> On Thursday 12 November 2015 06:17 PM, Tom Rini wrote:
>>> On Thu, Nov 12, 2015 at 02:33:48PM +0530, Mugunthan V N wrote:
>>>> On Sunday 08 November 2015 07:01 PM, Tom Rini wrote:
>>>>> On Wed, Nov 04, 2015 at 01:46:17PM +0530, Mugunthan V N wrote:
>>>>>
>>>>>> Add qspi memory map and control module register maps to device tree.
>>>>>>
>>>>>> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
>>>>>> Reviewed-by: Simon Glass <sjg@chromium.org>
>>>>>> ---
>>>>>> arch/arm/dts/dra7.dtsi | 4 ++--
>>>>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>>>>
>>>>>> diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi
>>>>>> index 3060e9a..7045c0f 100644
>>>>>> --- a/arch/arm/dts/dra7.dtsi
>>>>>> +++ b/arch/arm/dts/dra7.dtsi
>>>>>> @@ -1104,8 +1104,8 @@
>>>>>>
>>>>>> qspi: qspi at 4b300000 {
>>>>>> compatible = "ti,dra7xxx-qspi";
>>>>>> - reg = <0x4b300000 0x100>;
>>>>>> - reg-names = "qspi_base";
>>>>>> + reg = <0x4b300000 0x100>, <0x5c000000 0x4000000>, <0x4a002558 0x4>;
>>>>>> + reg-names = "qspi_base", "qspi_mmap", "qspi_ctrlmod";
>>>>>> #address-cells = <1>;
>>>>>> #size-cells = <0>;
>>>>>> ti,hwmods = "qspi";
>>>>>
>>>>> Is this already upstream?
>>>>>
>>>>
>>>> The documentation part is already upstreamed. Driver in kernel doesn't
>>>> support mmap mode yet so dt changes are not present. Vignesh has
>>>> submitted the mmap patches [1] and is under review.
>>>>
>>>> [1]: https://lkml.org/lkml/2015/11/10/14
>>>
>>> OK, and we can't even get the reg names part in the DT upstream until
>>> then?
>>>
>>
>> I don't think we can get reg names in the DT upstream separately. But
>> there shouldn't be any issues as there is documentation already present
>> in kernel and submitted kernel patch DT nodes are similar to what I have
>> submitted.
>
> Similar or the same? We'll be dropping in (and quick diff'ing) a new DT
> from the kernel at some point in the future. So if there's chance of
> things changing, we want to wait.
>
Its Similar now, will make it Same in next version
Regards
Mugunthan V N
next prev parent reply other threads:[~2015-11-17 7:59 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-04 8:16 [U-Boot] [PATCH v2 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 01/16] drivers: spi: ti_qspi: do not hard code chip select for memory map configuration Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-08 13:31 ` Tom Rini
2015-11-17 6:13 ` Jagan Teki
2015-11-04 8:16 ` [U-Boot] [PATCH v2 02/16] drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-08 13:31 ` Tom Rini
2015-11-17 6:14 ` Jagan Teki
2015-11-04 8:16 ` [U-Boot] [PATCH v2 03/16] drivers: spi: ti_qspi: prepare driver for DM conversion Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-17 7:50 ` Mugunthan V N
2015-11-17 6:21 ` Jagan Teki
2015-11-17 7:53 ` Mugunthan V N
2015-11-18 15:54 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 04/16] dm: core: Add a new api to get indexed device address Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-17 7:55 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 05/16] spi: Add support for dual and quad mode Mugunthan V N
2015-11-08 13:31 ` Tom Rini
2015-11-17 6:29 ` Jagan Teki
2015-11-04 8:16 ` [U-Boot] [PATCH v2 06/16] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-12 9:15 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 07/16] dts: dra7: add spi alias for qspi Mugunthan V N
2015-11-08 13:31 ` Tom Rini
2015-11-04 8:16 ` [U-Boot] [PATCH v2 08/16] drivers: spi: ti_qspi: convert driver to adopt device driver model Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-08 13:31 ` Tom Rini
2015-11-04 8:16 ` [U-Boot] [PATCH v2 09/16] arm: dts: dra7: add qspi register maps for memory map and control module Mugunthan V N
2015-11-08 13:31 ` Tom Rini
2015-11-12 9:03 ` Mugunthan V N
2015-11-12 12:47 ` Tom Rini
2015-11-14 7:31 ` Mugunthan V N
2015-11-16 2:13 ` Tom Rini
2015-11-17 7:59 ` Mugunthan V N [this message]
2015-11-04 8:16 ` [U-Boot] [PATCH v2 10/16] drivers: mtd: spi: sf_probe: add compatible for spansion spi flash Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-12 9:12 ` Mugunthan V N
2015-11-12 12:48 ` Tom Rini
2015-11-16 21:08 ` Simon Glass
2015-11-17 8:05 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 11/16] drivers: mtd: spi: sf_probe: add compatible for Macronix " Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-04 8:16 ` [U-Boot] [PATCH v2 12/16] defconfig: dra72_evm: enable spi driver model Mugunthan V N
2015-11-08 13:32 ` Tom Rini
2015-11-04 8:16 ` [U-Boot] [PATCH v2 13/16] defconfig: dra74_evm: " Mugunthan V N
2015-11-08 13:32 ` Tom Rini
2015-11-04 8:16 ` [U-Boot] [PATCH v2 14/16] am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl Mugunthan V N
2015-11-06 12:07 ` Simon Glass
2015-11-12 9:15 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 15/16] arm: dts: am4372: add qspi register maps for memory map Mugunthan V N
2015-11-08 13:32 ` Tom Rini
2015-11-12 9:17 ` Mugunthan V N
2015-11-04 8:16 ` [U-Boot] [PATCH v2 16/16] defconfig: am437x_sk_evm: enable spi driver model Mugunthan V N
2015-11-08 13:32 ` Tom Rini
2015-11-17 9:18 ` Jagan Teki
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=564ADE6E.8060006@ti.com \
--to=mugunthanvnm@ti.com \
--cc=u-boot@lists.denx.de \
/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