mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
arm64: zynqmp: Define only one revision in zcu106-rev1.0
zcu106 rev1.0 is sw compatible with revA but only one revision should be listed in compatible string that's why remove revA and keep only rev1.0. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/c5214b1a01032b88a394104a57624e0d91a22f29.1726221517.git.michal.simek@amd.com
This commit is contained in:
parent
6161eaf057
commit
dc8eeca348
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@
|
|||
|
||||
/ {
|
||||
model = "ZynqMP ZCU106 Rev1.0";
|
||||
compatible = "xlnx,zynqmp-zcu106-rev1.0", "xlnx,zynqmp-zcu106-revA",
|
||||
compatible = "xlnx,zynqmp-zcu106-rev1.0",
|
||||
"xlnx,zynqmp-zcu106", "xlnx,zynqmp";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue