All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: controlcenterdc: Add spi-flash compatible strings
@ 2018-04-26  8:10 Mario Six
  2018-05-08 17:17 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Six @ 2018-04-26  8:10 UTC (permalink / raw)
  To: u-boot

Since kirkwook SPI was recently converted to DM, add compatible strings
to the SPI flash devices to make them work with the new driver.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
---
 arch/arm/dts/armada-38x-controlcenterdc.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/armada-38x-controlcenterdc.dts b/arch/arm/dts/armada-38x-controlcenterdc.dts
index d183fd7502..8e7df43331 100644
--- a/arch/arm/dts/armada-38x-controlcenterdc.dts
+++ b/arch/arm/dts/armada-38x-controlcenterdc.dts
@@ -93,14 +93,14 @@
 				spi-flash at 0 {
 					#address-cells = <1>;
 					#size-cells = <1>;
-					compatible = "n25q016a";
+					compatible = "n25q016a", "spi-flash";
 					reg = <0>; /* Chip select 0 */
 					spi-max-frequency = <108000000>;
 				};
 				spi-flash at 1 {
 					#address-cells = <1>;
 					#size-cells = <1>;
-					compatible = "n25q128a11";
+					compatible = "n25q128a11", "spi-flash";
 					reg = <1>; /* Chip select 1 */
 					spi-max-frequency = <108000000>;
 					u-boot,dm-pre-reloc;
-- 
2.16.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] arm: controlcenterdc: Add spi-flash compatible strings
  2018-04-26  8:10 [U-Boot] [PATCH] arm: controlcenterdc: Add spi-flash compatible strings Mario Six
@ 2018-05-08 17:17 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-05-08 17:17 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 26, 2018 at 10:10:59AM +0200, Mario Six wrote:

> Since kirkwook SPI was recently converted to DM, add compatible strings
> to the SPI flash devices to make them work with the new driver.
> 
> Signed-off-by: Mario Six <mario.six@gdsys.cc>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180508/8aa24b94/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-08 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26  8:10 [U-Boot] [PATCH] arm: controlcenterdc: Add spi-flash compatible strings Mario Six
2018-05-08 17:17 ` [U-Boot] " Tom Rini

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.