can: c_can: Add support for START pulse in RAMINIT sequence
[cascardo/linux.git] / drivers / net / can / c_can / c_can.h
index 28a73d1..8acdc7f 100644 (file)
@@ -188,6 +188,7 @@ struct c_can_raminit {
        struct regmap *syscon;  /* for raminit ctrl. reg. access */
        unsigned int reg;       /* register index within syscon */
        struct raminit_bits bits;
+       bool needs_pulse;
 };
 
 /* c_can private data structure */