Skip to content

Commit

Permalink
dtb: Fix zcu102 bare-metal
Browse files Browse the repository at this point in the history
A holdover from the dtsi model was getting both mailbox configs in the
bare-metal dtb for zcu102.

Fix this by making the zcu102-openamp overlay only disable the serial
port and not include the zynqmp-openamp overlay defs.

Signed-off-by: Bill Mills <bill.mills@linaro.org>
  • Loading branch information
wmamills committed Nov 20, 2023
1 parent 87ffea5 commit 9d91673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/linux/dts/xilinx/zcu102-openamp.dtso
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Changes specific to zcu102 but common to mode */

/* include everything from generic zynqmp-openamp overlay */
#include "zynqmp-openamp.dtso"
/dts-v1/;
/plugin/;

/* Plus make these specific zcu102 changes */
&{/axi} {
Expand Down

0 comments on commit 9d91673

Please sign in to comment.