Skip to content

Commit 05bbe52

Browse files
wdmegrvnmenon
authored andcommitted
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: e53fbf9 ("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>
1 parent 8f0b4cc commit 05bbe52

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

arch/arm64/boot/dts/ti/k3-am642-phyboard-electra-peb-c-010.dtso

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,10 @@
3030
<&main_pktdma 0xc206 15>, /* egress slice 1 */
3131
<&main_pktdma 0xc207 15>, /* egress slice 1 */
3232
<&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 */
3634
dma-names = "tx0-0", "tx0-1", "tx0-2", "tx0-3",
3735
"tx1-0", "tx1-1", "tx1-2", "tx1-3",
38-
"rx0", "rx1",
39-
"rxmgm0", "rxmgm1";
36+
"rx0", "rx1";
4037

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

0 commit comments

Comments
 (0)