Message ID | ef58475a717c62bc86aeea5148d5b88cdc0cc106.1700644418.git.michal.simek@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/2] dt-bindings: soc: xilinx: Move xilinx.yaml from arm to soc | expand |
On 22/11/2023 10:13, Michal Simek wrote: > All Xilinx boards can hosts also soft core CPUs like MicroBlaze or > MicroBlaze V (RISC-V ISA) that's why move boar description from arm folder Boards are cute, but boars are cutter :) s/boar/boards/ > to soc folder. > Similar chagne was done for Renesas by commit c27ce08b806d ("dt-bindings: > soc: renesas: Move renesas.yaml from arm to soc"). The reason for Renesas was that otherwise same compatible would be in two places: arm and riscv schema. Are you going to have the same case? Best regards, Krzysztof
On 11/22/23 11:06, Krzysztof Kozlowski wrote: > On 22/11/2023 10:13, Michal Simek wrote: >> All Xilinx boards can hosts also soft core CPUs like MicroBlaze or >> MicroBlaze V (RISC-V ISA) that's why move boar description from arm folder > > Boards are cute, but boars are cutter :) > > s/boar/boards/ :-) > >> to soc folder. >> Similar chagne was done for Renesas by commit c27ce08b806d ("dt-bindings: >> soc: renesas: Move renesas.yaml from arm to soc"). > > The reason for Renesas was that otherwise same compatible would be in > two places: arm and riscv schema. > > Are you going to have the same case? We will likely never see any upstream DT for it but yes that's the same case. Thanks, Michal
On 22/11/2023 10:13, Michal Simek wrote: > All Xilinx boards can hosts also soft core CPUs like MicroBlaze or > MicroBlaze V (RISC-V ISA) that's why move boar description from arm folder With boar fixed: Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/xilinx.yaml b/Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml similarity index 100% rename from Documentation/devicetree/bindings/arm/xilinx.yaml rename to Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml diff --git a/MAINTAINERS b/MAINTAINERS index ea790149af79..14ad00009a63 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3020,6 +3020,7 @@ F: Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml F: Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml F: Documentation/devicetree/bindings/memory-controllers/snps,dw-umctl2-ddrc.yaml F: Documentation/devicetree/bindings/memory-controllers/xlnx,zynq-ddrc-a05.yaml +F: Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml F: Documentation/devicetree/bindings/spi/xlnx,zynq-qspi.yaml F: arch/arm/mach-zynq/ F: drivers/clocksource/timer-cadence-ttc.c
All Xilinx boards can hosts also soft core CPUs like MicroBlaze or MicroBlaze V (RISC-V ISA) that's why move boar description from arm folder to soc folder. Similar chagne was done for Renesas by commit c27ce08b806d ("dt-bindings: soc: renesas: Move renesas.yaml from arm to soc"). Signed-off-by: Michal Simek <michal.simek@amd.com> --- Changes in v2: - New patch in the series Based on discussion here. https://lore.kernel.org/r/20231108-copper-scoff-b4de5febb954@spud --- .../devicetree/bindings/{arm => soc/xilinx}/xilinx.yaml | 0 MAINTAINERS | 1 + 2 files changed, 1 insertion(+) rename Documentation/devicetree/bindings/{arm => soc/xilinx}/xilinx.yaml (100%)