Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: cdns,macb: use correct xlnx prefix for Xilinx

Use correct vendor for Xilinx versions of Cadence MACB/GEM Ethernet
controller. The Versal compatible was not released, so it can be
changed. Zynq-7xxx and Ultrascale+ has to be kept in new and deprecated
form.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220726070802.26579-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Krzysztof Kozlowski and committed by
Paolo Abeni
afa950b8 7d85e9cb

+9 -2
+9 -2
Documentation/devicetree/bindings/net/cdns,macb.yaml
··· 20 20 21 21 - items: 22 22 - enum: 23 - - cdns,versal-gem # Xilinx Versal 24 23 - cdns,zynq-gem # Xilinx Zynq-7xxx SoC 25 24 - cdns,zynqmp-gem # Xilinx Zynq Ultrascale+ MPSoC 25 + - const: cdns,gem # Generic 26 + deprecated: true 27 + 28 + - items: 29 + - enum: 30 + - xlnx,versal-gem # Xilinx Versal 31 + - xlnx,zynq-gem # Xilinx Zynq-7xxx SoC 32 + - xlnx,zynqmp-gem # Xilinx Zynq Ultrascale+ MPSoC 26 33 - const: cdns,gem # Generic 27 34 28 35 - items: ··· 190 183 #address-cells = <2>; 191 184 #size-cells = <2>; 192 185 gem1: ethernet@ff0c0000 { 193 - compatible = "cdns,zynqmp-gem", "cdns,gem"; 186 + compatible = "xlnx,zynqmp-gem", "cdns,gem"; 194 187 interrupt-parent = <&gic>; 195 188 interrupts = <0 59 4>, <0 59 4>; 196 189 reg = <0x0 0xff0c0000 0x0 0x1000>;