mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
t23x: move mttcan prod settings to soc
MTTCAN prod setttings for TDCR is not specific for Concord (P3701).
It will valid for all platforms based on T234 SoC. With this change,
prod settings will be applied for Orin NX.
Bug 5451961
Change-Id: I10d93d000903f9752560435717cb71861e6b399c
Signed-off-by: Shubhi Garg <shgarg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3442879
(cherry picked from commit 9a55ca5812)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3446039
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
f1c9521e5d
commit
1ffe0b2bb4
@@ -192,54 +192,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mttcan@c310000 {
|
|
||||||
prod-settings {
|
|
||||||
#prod-cells = <4>;
|
|
||||||
prod_c_can_2m_1m {
|
|
||||||
board {
|
|
||||||
prod = <
|
|
||||||
0 0x00000048 0x00007f00 0x00000000>; //M_TTCAN_CORE_TDCR_0
|
|
||||||
};
|
|
||||||
};
|
|
||||||
prod_c_can_5m {
|
|
||||||
board {
|
|
||||||
prod = <
|
|
||||||
0 0x00000048 0x00007f00 0x00000600>; //M_TTCAN_CORE_TDCR_0
|
|
||||||
};
|
|
||||||
};
|
|
||||||
prod_c_can_8m {
|
|
||||||
board {
|
|
||||||
prod = <
|
|
||||||
0 0x00000048 0x00007f00 0x00000400>; //M_TTCAN_CORE_TDCR_0
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
mttcan@c320000 {
|
|
||||||
prod-settings {
|
|
||||||
#prod-cells = <4>;
|
|
||||||
prod_c_can_2m_1m {
|
|
||||||
board {
|
|
||||||
prod = <
|
|
||||||
0 0x00000048 0x00007f00 0x00000000>; //M_TTCAN_CORE_TDCR_0
|
|
||||||
};
|
|
||||||
};
|
|
||||||
prod_c_can_5m {
|
|
||||||
board {
|
|
||||||
prod = <
|
|
||||||
0 0x00000048 0x00007f00 0x00000600>; //M_TTCAN_CORE_TDCR_0
|
|
||||||
};
|
|
||||||
};
|
|
||||||
prod_c_can_8m {
|
|
||||||
board {
|
|
||||||
prod = <
|
|
||||||
0 0x00000048 0x00007f00 0x00000400>; //M_TTCAN_CORE_TDCR_0
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
spi@3210000 {
|
spi@3210000 {
|
||||||
prod-settings {
|
prod-settings {
|
||||||
#prod-cells = <4>;
|
#prod-cells = <4>;
|
||||||
|
|||||||
@@ -438,6 +438,54 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mttcan@c310000 {
|
||||||
|
prod-settings {
|
||||||
|
#prod-cells = <4>;
|
||||||
|
prod_c_can_2m_1m {
|
||||||
|
board {
|
||||||
|
prod = <
|
||||||
|
0 0x00000048 0x00007f00 0x00000000>; //M_TTCAN_CORE_TDCR_0
|
||||||
|
};
|
||||||
|
};
|
||||||
|
prod_c_can_5m {
|
||||||
|
board {
|
||||||
|
prod = <
|
||||||
|
0 0x00000048 0x00007f00 0x00000600>; //M_TTCAN_CORE_TDCR_0
|
||||||
|
};
|
||||||
|
};
|
||||||
|
prod_c_can_8m {
|
||||||
|
board {
|
||||||
|
prod = <
|
||||||
|
0 0x00000048 0x00007f00 0x00000400>; //M_TTCAN_CORE_TDCR_0
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
mttcan@c320000 {
|
||||||
|
prod-settings {
|
||||||
|
#prod-cells = <4>;
|
||||||
|
prod_c_can_2m_1m {
|
||||||
|
board {
|
||||||
|
prod = <
|
||||||
|
0 0x00000048 0x00007f00 0x00000000>; //M_TTCAN_CORE_TDCR_0
|
||||||
|
};
|
||||||
|
};
|
||||||
|
prod_c_can_5m {
|
||||||
|
board {
|
||||||
|
prod = <
|
||||||
|
0 0x00000048 0x00007f00 0x00000600>; //M_TTCAN_CORE_TDCR_0
|
||||||
|
};
|
||||||
|
};
|
||||||
|
prod_c_can_8m {
|
||||||
|
board {
|
||||||
|
prod = <
|
||||||
|
0 0x00000048 0x00007f00 0x00000400>; //M_TTCAN_CORE_TDCR_0
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
spi@3210000 {
|
spi@3210000 {
|
||||||
prod-settings {
|
prod-settings {
|
||||||
#prod-cells = <4>;
|
#prod-cells = <4>;
|
||||||
|
|||||||
Reference in New Issue
Block a user