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

arm64: dts: ti: k3-am642-phyboard-electra-peb-c-010: Fix icssg-prueth schema warning

Reduce length of dma-names and dmas properties for icssg1-ethernet
node to comply with ti,icssg-prueth schema constraints. The previous
entries exceeded the allowed count and triggered dtschema warnings
during validation.

Fixes: e53fbf955ea7 ("arm64: dts: ti: k3-am642-phyboard-electra: Add PEB-C-010 Overlay")
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://patch.msgid.link/20251127122733.2523367-1-w.egorov@phytec.de
Signed-off-by: Nishanth Menon <nm@ti.com>

authored by

Wadim Egorov and committed by
Nishanth Menon
05bbe52d 8f0b4cce

+2 -5
+2 -5
arch/arm64/boot/dts/ti/k3-am642-phyboard-electra-peb-c-010.dtso
··· 30 30 <&main_pktdma 0xc206 15>, /* egress slice 1 */ 31 31 <&main_pktdma 0xc207 15>, /* egress slice 1 */ 32 32 <&main_pktdma 0x4200 15>, /* ingress slice 0 */ 33 - <&main_pktdma 0x4201 15>, /* ingress slice 1 */ 34 - <&main_pktdma 0x4202 0>, /* mgmnt rsp slice 0 */ 35 - <&main_pktdma 0x4203 0>; /* mgmnt rsp slice 1 */ 33 + <&main_pktdma 0x4201 15>; /* ingress slice 1 */ 36 34 dma-names = "tx0-0", "tx0-1", "tx0-2", "tx0-3", 37 35 "tx1-0", "tx1-1", "tx1-2", "tx1-3", 38 - "rx0", "rx1", 39 - "rxmgm0", "rxmgm1"; 36 + "rx0", "rx1"; 40 37 41 38 firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf", 42 39 "ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",