]> git.sur5r.net Git - u-boot/commit
drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Mon, 13 Feb 2017 15:17:49 +0000 (16:17 +0100)
committerStefan Roese <sr@denx.de>
Wed, 29 Mar 2017 05:38:07 +0000 (07:38 +0200)
commit1fb6921e1978d322ede538e5423faf2c27ece9c5
treef8ebbf0463faeb686e7a536aecfa51e86a3ab3d7
parent5c8ef359804536e57eb2fff7fd5035ea74a4c40e
drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register

We used to get the address of the optionnal ctrl_mod_mmap register as the
third memory range of the "reg" property. the linux driver moved to use a
syscon instead. In order to keep the DTS as close as possible to that of
linux, we move to using a syscon as well.

If SYSCON is not supported, the driver reverts to the old way of getting
the address from the 3rd memory range

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/spi/ti_qspi.c