Commit 05bbe52d authored by Wadim Egorov's avatar Wadim Egorov Committed by Nishanth Menon
Browse files

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: e53fbf95 ("arm64: dts: ti: k3-am642-phyboard-electra: Add PEB-C-010 Overlay")
Signed-off-by: default avatarWadim Egorov <w.egorov@phytec.de>
Link: https://patch.msgid.link/20251127122733.2523367-1-w.egorov@phytec.de


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 8f0b4cce
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -30,13 +30,10 @@ icssg1-ethernet {
				<&main_pktdma 0xc206 15>, /* egress slice 1 */
				<&main_pktdma 0xc207 15>, /* egress slice 1 */
				<&main_pktdma 0x4200 15>, /* ingress slice 0 */
				<&main_pktdma 0x4201 15>, /* ingress slice 1 */
				<&main_pktdma 0x4202 0>, /* mgmnt rsp slice 0 */
				<&main_pktdma 0x4203 0>; /* mgmnt rsp slice 1 */
				<&main_pktdma 0x4201 15>; /* ingress slice 1 */
		dma-names = "tx0-0", "tx0-1", "tx0-2", "tx0-3",
					"tx1-0", "tx1-1", "tx1-2", "tx1-3",
					"rx0", "rx1",
					"rxmgm0", "rxmgm1";
					"rx0", "rx1";

		firmware-name = "ti-pruss/am65x-sr2-pru0-prueth-fw.elf",
				"ti-pruss/am65x-sr2-rtu0-prueth-fw.elf",