diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-07-26 12:43:42 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-29 10:30:02 +0100 |
commit | 0ed45f0025d9a90995dde7826dc0ac0276dcdcee (patch) | |
tree | d11a3a082ce6475bc4eafad3ea2beccd89b198de /arch/arm/dts/zynqmp-zcu104-revC.dts | |
parent | 9cd26aaf39a854d086622cc214a489a08517b6a9 (diff) | |
download | u-boot-0ed45f0025d9a90995dde7826dc0ac0276dcdcee.tar.gz |
arm64: zynqmp: Wire spi-flash compatible string with flashes
Enable reading tx and rx buswidth from DT via spi-uclass.
To get these from uclass spi-flash compatible string has to be added
to flash node.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu104-revC.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu104-revC.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu104-revC.dts b/arch/arm/dts/zynqmp-zcu104-revC.dts index fe742b894b..becc6a0fe1 100644 --- a/arch/arm/dts/zynqmp-zcu104-revC.dts +++ b/arch/arm/dts/zynqmp-zcu104-revC.dts @@ -175,7 +175,7 @@ &qspi { status = "okay"; flash@0 { - compatible = "m25p80"; /* n25q512a 128MiB */ + compatible = "m25p80", "spi-flash"; /* n25q512a 128MiB */ #address-cells = <1>; #size-cells = <1>; reg = <0x0>; |