Commit b573bf35 authored by Kamlesh Gurudasani's avatar Kamlesh Gurudasani Committed by Nishanth Menon

arm64: dts: ti: k3-am62-main: Remove power-domains from crypto node

Only SYSFW has control of SA3UL power.
From SYSFW 08.04.00.002, for security reasons, device ID for power
management of SA3UL has been removed.

"power-domains" property in crypto node tries to access
the SA3UL, for which it gets NACK and hence, SA3UL driver doesn't
probe properly.

Fixes: 8af89365 ("arm64: dts: ti: k3-am62-main: Enable crypto accelerator")
Signed-off-by: default avatarKamlesh Gurudasani <kamlesh@ti.com>
Link: https://lore.kernel.org/r/20230614-sa3ul-v5-2-29dd2366fba3@ti.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent e1f7d17a
...@@ -174,7 +174,6 @@ k3_reset: reset-controller { ...@@ -174,7 +174,6 @@ k3_reset: reset-controller {
crypto: crypto@40900000 { crypto: crypto@40900000 {
compatible = "ti,am62-sa3ul"; compatible = "ti,am62-sa3ul";
reg = <0x00 0x40900000 0x00 0x1200>; reg = <0x00 0x40900000 0x00 0x1200>;
power-domains = <&k3_pds 70 TI_SCI_PD_SHARED>;
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
ranges = <0x00 0x40900000 0x00 0x40900000 0x00 0x30000>; ranges = <0x00 0x40900000 0x00 0x40900000 0x00 0x30000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment