On Fri, Jun 12, 2020 at 11:18:57AM -0500, Dan Murphy wrote:
On 6/12/20 11:09 AM, Mark Brown wrote:Yes, but we released with it so it's an ABI now and we should still
On Fri, Jun 12, 2020 at 11:06:03AM -0500, Dan Murphy wrote:Yes the non-standardish name was highlighted by Rob[1].
- tas2562->sdz_gpio = devm_gpiod_get_optional(dev, "shut-down-gpio",This also changes the name from shut-down to shutdown which will be
+ tas2562->sdz_gpio = devm_gpiod_get_optional(dev, "shutdown",
GPIOD_OUT_HIGH);
incompatible (IIRC we do try -gpio as well as -gpios).
support the old name.