summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamlesh Gurudasani <kamlesh@ti.com>2023-02-13 12:45:20 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-02-13 14:23:26 -0600
commit42ee0d9c9fe77fe25ccc73f5b7df9ecd4db2f24d (patch)
tree3ad13988af824c15572a2f677bfaf72860d73470
parentfc4bdbf200506631decc9000f9466af382ff2bc7 (diff)
arm64: dts: ti: k3-am62: Add dt node and ranges in cbass_main for MCRC
Add the address space for MCRC to the ranges property of the cbass_main node and add dt node for MCRC engine Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com> Reviewed-by: Roger Quadros <rogerq@kernel.org>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62-main.dtsi7
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62.dtsi1
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
index dd4f2834976c..f1494e0e9816 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi
@@ -199,6 +199,13 @@
};
};
+ mcrc: mcrc@30300000 {
+ compatible = "ti,mcrc";
+ reg = <0x00 0x30300000 0x00 0x1000>;
+ clocks = <&k3_clks 116 0>;
+ power-domains = <&k3_pds 116 TI_SCI_PD_EXCLUSIVE>;
+ };
+
main_pmx0: pinctrl@f4000 {
compatible = "pinctrl-single";
reg = <0x00 0xf4000 0x00 0x2ac>;
diff --git a/arch/arm64/boot/dts/ti/k3-am62.dtsi b/arch/arm64/boot/dts/ti/k3-am62.dtsi
index 136c7a7cae91..486d79df37c3 100644
--- a/arch/arm64/boot/dts/ti/k3-am62.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62.dtsi
@@ -64,6 +64,7 @@
<0x00 0x30040000 0x00 0x30040000 0x00 0x00080000>, /* PRUSS-M */
<0x00 0x30101000 0x00 0x30101000 0x00 0x00010100>, /* CSI window */
<0x00 0x30200000 0x00 0x30200000 0x00 0x00010000>, /* DSS */
+ <0x00 0x30300000 0x00 0x30300000 0x00 0x00001000>, /* MCRC */
<0x00 0x31000000 0x00 0x31000000 0x00 0x00050000>, /* USB0 DWC3 Core window */
<0x00 0x31100000 0x00 0x31100000 0x00 0x00050000>, /* USB1 DWC3 Core window */
<0x00 0x40900000 0x00 0x40900000 0x00 0x00030000>, /* SA3UL */