On Mon, 14 Jun 2021 17:25:38 +0200, Michal Simek wrote: > zcu102 rev1.1 compare to rev1.0 is using by default different DDR memory > which requires different configuration. The reason for adding this file to > Linux kernel is that U-Boot fdtfile variable is composed based on board > revision (in eeprom) and dtb file should exist in standard distibutions for > passing it to Linux kernel. > > Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx> > --- > > Changes in v2: None > > Documentation/devicetree/bindings/arm/xilinx.yaml | 1 + > arch/arm64/boot/dts/xilinx/Makefile | 1 + > .../boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts | 15 +++++++++++++++ > 3 files changed, 17 insertions(+) > create mode 100644 arch/arm64/boot/dts/xilinx/zynqmp-zcu102-rev1.1.dts > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>