commit | 6dbe6c07f94f349098b512d88a1e1c5e2312b13d | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Dec 06 15:18:52 2021 +0200 |
committer | Bartosz Golaszewski <brgl@bgdev.pl> | Fri Dec 17 17:50:46 2021 +0100 |
tree | f9b6be6937c13c8494ba5263cb0f5b1ab8fc503e | |
parent | 45a541a610af8156ee623b5906515796405ae9f5 [diff] |
gpio: Propagate firmware node from a parent device When creating MFD platform devices the firmware node is left unset. This, in particular, prevents GPIO library to use it for different purposes. Propagate firmware node from the parent device and let GPIO library do the right thing. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>