mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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 Reviewed-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
091037754c
commit
6b483b3c28
@@ -159,19 +159,19 @@
|
||||
prod_c_can_2m_1m {
|
||||
board {
|
||||
prod = <
|
||||
1 0x0000f048 0x00007f00 0x00000000>; //M_TTCAN_CORE_TDCR_0
|
||||
0 0x00000048 0x00007f00 0x00000000>; //M_TTCAN_CORE_TDCR_0
|
||||
};
|
||||
};
|
||||
prod_c_can_5m {
|
||||
board {
|
||||
prod = <
|
||||
1 0x0000f048 0x00007f00 0x00000600>; //M_TTCAN_CORE_TDCR_0
|
||||
0 0x00000048 0x00007f00 0x00000600>; //M_TTCAN_CORE_TDCR_0
|
||||
};
|
||||
};
|
||||
prod_c_can_8m {
|
||||
board {
|
||||
prod = <
|
||||
1 0x0000f048 0x00007f00 0x00000400>; //M_TTCAN_CORE_TDCR_0
|
||||
0 0x00000048 0x00007f00 0x00000400>; //M_TTCAN_CORE_TDCR_0
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user