diff mbox series

[U-Boot] arm: controlcenterdc: Add spi-flash compatible strings

Message ID 20180426081059.19334-1-mario.six@gdsys.cc
State Accepted
Commit cb61c9ec64337a9a6c4a91d8e3ff0b139de99d9e
Delegated to: Tom Rini
Headers show
Series [U-Boot] arm: controlcenterdc: Add spi-flash compatible strings | expand

Commit Message

Mario Six April 26, 2018, 8:10 a.m. UTC
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(-)

Comments

Tom Rini May 8, 2018, 5:17 p.m. UTC | #1
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!
diff mbox series

Patch

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@0 {
 					#address-cells = <1>;
 					#size-cells = <1>;
-					compatible = "n25q016a";
+					compatible = "n25q016a", "spi-flash";
 					reg = <0>; /* Chip select 0 */
 					spi-max-frequency = <108000000>;
 				};
 				spi-flash@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;