mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM: zynq: Align model name with DT
Use model property to distinguish different configurations. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
134b0c8d6a
commit
a6af30908b
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
#include "zynq-cse-qspi.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Zynq CSE QSPI SINGLE Board";
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
spi-rx-bus-width = <4>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue