Re: [PATCH v2 30/33] arm64: zynqmp: Add support for zcu102-rev1.1 board
From: Rob Herring <robh@kernel.org>
Date: 2021-06-24 20:29:47
Also in:
linux-arm-kernel, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-06-24 20:29:47
Also in:
linux-arm-kernel, lkml
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 <redacted> --- 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@kernel.org>