nv-public: fix mttcan1 prod settings

For can1 controller, prod setting TDCR register address is wrong.
When we make can1 up on network with dbitrate configuration, it reads
TDCR register. Being wrong address, kernel throws cbb errors.

Bug 4504609

Change-Id: I5ee51e93d627c69c40b39e844fbfd495e5028010
Signed-off-by: Shubhi Garg <shgarg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3087390
(cherry picked from commit 6b483b3c28)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3089277
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Shubhi Garg
2024-03-01 16:12:59 +05:30
committed by mobile promotions
parent 8f8e3b8dda
commit 011a32fc0b

View File

@@ -222,19 +222,19 @@
prod_c_can_2m_1m { prod_c_can_2m_1m {
board { board {
prod = < prod = <
1 0x0000f048 0x00007f00 0x00000000>; //M_TTCAN_CORE_TDCR_0 0 0x00000048 0x00007f00 0x00000000>; //M_TTCAN_CORE_TDCR_0
}; };
}; };
prod_c_can_5m { prod_c_can_5m {
board { board {
prod = < prod = <
1 0x0000f048 0x00007f00 0x00000600>; //M_TTCAN_CORE_TDCR_0 0 0x00000048 0x00007f00 0x00000600>; //M_TTCAN_CORE_TDCR_0
}; };
}; };
prod_c_can_8m { prod_c_can_8m {
board { board {
prod = < prod = <
1 0x0000f048 0x00007f00 0x00000400>; //M_TTCAN_CORE_TDCR_0 0 0x00000048 0x00007f00 0x00000400>; //M_TTCAN_CORE_TDCR_0
}; };
}; };
}; };