Re: [PATCH v2 2/3] riscv: dts: sync mpfs-icicle devicetree with linux

From: Conor Dooley conor.dooley@microchip.com Sent: Thursday, June 15, 2023 6:13 PM To: u-boot@lists.denx.de Cc: Rick Jian-Zhi Chen(陳建志) rick@andestech.com; Leo Yu-Chi Liang(梁育齊) ycliang@andestech.com; Padmarao Begari padmarao.begari@microchip.com; Conor Dooley conor.dooley@microchip.com Subject: [PATCH v2 2/3] riscv: dts: sync mpfs-icicle devicetree with linux
The "notable" disappearances are:
- the pac193x stanza - there's nothing in mainline linux w.r.t. bindings for this & what is going to appear in mainline linux is going to be incompatible with what is currently in U-Boot.
- operating points - these operating points should not be set at the soc.dtsi level as they may not be possible depending on the design programmed to the FPGA
- clock output names - there are defines for the clock indices, these should not be needed
- the dt maintainers in linux NAKed using defines for IRQ numbers
- the qspi nand, which is not part of the icicle's default configuration is removed.
Reviewed-by: Padmarao Begari padmarao.begari@microchip.com Tested-by: Padmarao Begari padmarao.begari@microchip.com Signed-off-by: Conor Dooley conor.dooley@microchip.com
arch/riscv/dts/mpfs-icicle-kit-fabric.dtsi | 71 +++ arch/riscv/dts/mpfs-icicle-kit.dts | 190 +++++--- arch/riscv/dts/mpfs.dtsi | 442 ++++++++---------- .../dt-bindings/clock/microchip-mpfs-clock.h | 29 +- .../microchip-mpfs-plic.h | 196 -------- .../interrupt-controller/riscv-hart.h | 17 -
Reviewed-by: Rick Chen rick@andestech.com
participants (1)
-
Rick Chen