From: Jan Kiszka Date: Sun, 26 Sep 2021 12:05:13 +0000 (+0200) Subject: arm64: dts: ti: iot2050: Disable SR2.0-only PRUs X-Git-Tag: block-5.16-2021-11-13~62^2~37^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=262a98b43c2a08a5446bab2030f8fb68d3699396;p=linux-block.git arm64: dts: ti: iot2050: Disable SR2.0-only PRUs The IOT2050 devices described so far are using SR1.0 silicon, thus do not have the additional PRUs of the ICSSG of the SR2.0. Disable them. Signed-off-by: Jan Kiszka Acked-by: Aswath Govindraju Acked-by: Suman Anna Signed-off-by: Nishanth Menon Link: https://lore.kernel.org/r/189a91866fb1af02e4fd2345dc56774aa069d5ba.1632657917.git.jan.kiszka@web.de --- diff --git a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi index 6261ca8ee2d8..58c8e64d5885 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi @@ -716,3 +716,27 @@ &icssg2_mdio { status = "disabled"; }; + +&tx_pru0_0 { + status = "disabled"; +}; + +&tx_pru0_1 { + status = "disabled"; +}; + +&tx_pru1_0 { + status = "disabled"; +}; + +&tx_pru1_1 { + status = "disabled"; +}; + +&tx_pru2_0 { + status = "disabled"; +}; + +&tx_pru2_1 { + status = "disabled"; +};