mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
arm64: dts: xilinx: add soc-specific spi compatibles for zynqmp/versal-net
Unlike zynq, which has a specific compatible for the Cadence spi controller, zynqmp and versal-net do not have specific compatibles. In order to "encourage" people to use soc-specific compatibles for new devices using this IP, add specific compatibles for these devices, with a fallback to the existing compatible for the r1p6 version of the IP so that there will be no functional change. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/20251001-cheesy-shucking-c55431bbcae3@spud Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
8f0b4cce44
commit
796010d53f
|
|
@ -1018,7 +1018,7 @@ smmu: iommu@ec000000 {
|
|||
};
|
||||
|
||||
spi0: spi@f1960000 {
|
||||
compatible = "cdns,spi-r1p6";
|
||||
compatible = "xlnx,versal-net-spi-r1p6", "cdns,spi-r1p6";
|
||||
status = "disabled";
|
||||
interrupts = <0 23 4>;
|
||||
reg = <0 0xf1960000 0 0x1000>;
|
||||
|
|
@ -1026,7 +1026,7 @@ spi0: spi@f1960000 {
|
|||
};
|
||||
|
||||
spi1: spi@f1970000 {
|
||||
compatible = "cdns,spi-r1p6";
|
||||
compatible = "xlnx,versal-net-spi-r1p6", "cdns,spi-r1p6";
|
||||
status = "disabled";
|
||||
interrupts = <0 24 4>;
|
||||
reg = <0 0xf1970000 0 0x1000>;
|
||||
|
|
|
|||
|
|
@ -1080,7 +1080,7 @@ smmu: iommu@fd800000 {
|
|||
};
|
||||
|
||||
spi0: spi@ff040000 {
|
||||
compatible = "cdns,spi-r1p6";
|
||||
compatible = "xlnx,zynqmp-spi-r1p6", "cdns,spi-r1p6";
|
||||
status = "disabled";
|
||||
interrupt-parent = <&gic>;
|
||||
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
@ -1092,7 +1092,7 @@ spi0: spi@ff040000 {
|
|||
};
|
||||
|
||||
spi1: spi@ff050000 {
|
||||
compatible = "cdns,spi-r1p6";
|
||||
compatible = "xlnx,zynqmp-spi-r1p6", "cdns,spi-r1p6";
|
||||
status = "disabled";
|
||||
interrupt-parent = <&gic>;
|
||||
interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user