Part Number: AM6548
Hi
I was getting the below warning when i build the dts files
arch/arm64/boot/dts/ti/k3-am654-base-board.dtb: Warning (power_domains_property): /interconnect@100000/interconnect@28380000/rti@40610000:power-domains: property size (8) too small for cell size 2
i think i know why below is what i changed and the warning was gone.
edited the below file adn changed line 440
ti-processor-sdk-linux-am65xx-evm-06.00.00.07/board-support/linux-4.19.38+gitAUTOINC+4dae378bbe-g4dae378bbe/arch/arm64/boot/dts/ti/ k3-am65-mcu.dtsi
from
power-domains = <&k3_pds 135>;
to
power-domains = <&k3_pds 135 TI_SCI_PD_EXCLUSIVE >;
then no more warning. I hope that is the correct thing to do. if yes i suggested we provide a patch to the dts files.
Thanks
regards
Mohsen