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-zc1232-revA.dts | |
parent | 9cd26aaf39a854d086622cc214a489a08517b6a9 (diff) |
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-zc1232-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zc1232-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zc1232-revA.dts b/arch/arm/dts/zynqmp-zc1232-revA.dts index ea1ca561a1..5c212ba468 100644 --- a/arch/arm/dts/zynqmp-zc1232-revA.dts +++ b/arch/arm/dts/zynqmp-zc1232-revA.dts @@ -41,7 +41,7 @@ &qspi { status = "okay"; flash@0 { - compatible = "m25p80"; /* 32MB FIXME */ + compatible = "m25p80", "spi-flash"; /* 32MB FIXME */ #address-cells = <1>; #size-cells = <1>; reg = <0x0>; |