lkml.org 
[lkml]   [2023]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v3 5/6] can: tcan4x5x: Add support for tcan4552/4553
From
On 7/21/23 09:50, Markus Schneider-Pargmann wrote:
> +static const struct tcan4x5x_version_info tcan4x5x_versions[] = {
> + [TCAN4552] = {
> + .name = "4552",
> + .id2_register = 0x32353534,
> + },
> + [TCAN4553] = {
> + .name = "4553",
> + .id2_register = 0x32353534,

Should this be 0x33353534?

> + },
> + /* generic version with no id2_register at the end */
> + [TCAN4X5X] = {
> + .name = "generic",
> + .has_wake_pin = true,
> + .has_state_pin = true,
> + },
> +};

--Sean

\
 
 \ /
  Last update: 2023-09-15 17:38    [W:0.080 / U:0.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site