mbox series

[jammy,xilinx-zynqmp,0/2] Add support for KD240 platform

Message ID 20240104000430.39141-1-portia.stephens@canonical.com
Headers show
Series Add support for KD240 platform | expand

Message

Portia Stephens Jan. 4, 2024, 12:04 a.m. UTC
[ Impact ]
* This change adds support for the KD240 Kria platform.
* It is the same SoC as other Kria/ZCU platforms
* This change will enable us to certify the KD240 platform with the
linux-xilinx-zynqmp kernel

[ Test Plan ]
* Normal regression testing and certification testing will be run on currently
certified platform
* A release candidate KD240 image will be generated from -proposed and QA will
run certification testing on it

[ Where problems could occur ]
* The device tree changes include changes to dtsi's used by other certified
Xilinx platforms.

[ Other Info ]
* KD240 changes are backported from Xilinx 6.1 tree.

Portia Stephens (1):
  Sync KD240 DTS from xlnx_rebase_v6.1_LTS

Srinivas Neeli (1):
  can: xilinx_can: Add support for controller reset

 .../arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi |  31 +--
 .../boot/dts/xilinx/zynqmp-sck-kd-g-revA.dts  |   7 +-
 .../boot/dts/xilinx/zynqmp-sck-kr-g-revA.dts  |   9 +-
 .../boot/dts/xilinx/zynqmp-sck-kr-g-revB.dts  |  14 +-
 .../boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts  |   6 +-
 .../boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts  |   9 +-
 .../boot/dts/xilinx/zynqmp-sm-k26-revA.dts    | 186 ++++++++--------
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi        | 199 ++++++++----------
 drivers/net/can/xilinx_can.c                  |  22 +-
 9 files changed, 247 insertions(+), 236 deletions(-)

Comments

Portia Stephens Jan. 4, 2024, 12:11 a.m. UTC | #1
On Thu, Jan 4, 2024 at 10:04 AM Portia Stephens
<portia.stephens@canonical.com> wrote:
>

Sent a rogue patch set , ignore this one.

> [ Impact ]
> * This change adds support for the KD240 Kria platform.
> * It is the same SoC as other Kria/ZCU platforms
> * This change will enable us to certify the KD240 platform with the
> linux-xilinx-zynqmp kernel
>
> [ Test Plan ]
> * Normal regression testing and certification testing will be run on currently
> certified platform
> * A release candidate KD240 image will be generated from -proposed and QA will
> run certification testing on it
>
> [ Where problems could occur ]
> * The device tree changes include changes to dtsi's used by other certified
> Xilinx platforms.
>
> [ Other Info ]
> * KD240 changes are backported from Xilinx 6.1 tree.
>
> Portia Stephens (1):
>   Sync KD240 DTS from xlnx_rebase_v6.1_LTS
>
> Srinivas Neeli (1):
>   can: xilinx_can: Add support for controller reset
>
>  .../arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi |  31 +--
>  .../boot/dts/xilinx/zynqmp-sck-kd-g-revA.dts  |   7 +-
>  .../boot/dts/xilinx/zynqmp-sck-kr-g-revA.dts  |   9 +-
>  .../boot/dts/xilinx/zynqmp-sck-kr-g-revB.dts  |  14 +-
>  .../boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts  |   6 +-
>  .../boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts  |   9 +-
>  .../boot/dts/xilinx/zynqmp-sm-k26-revA.dts    | 186 ++++++++--------
>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi        | 199 ++++++++----------
>  drivers/net/can/xilinx_can.c                  |  22 +-
>  9 files changed, 247 insertions(+), 236 deletions(-)
>
> --
> 2.34.1
>