diff mbox series

[v1,1/1] pinctrl: broxton: Add module alias for Intel Apollo Lake

Message ID 20220511123421.88439-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1,1/1] pinctrl: broxton: Add module alias for Intel Apollo Lake | expand

Commit Message

Andy Shevchenko May 11, 2022, 12:34 p.m. UTC
We have platform device IDs for Broxton and Apollo Lake, but
module alias is provided only for the former. Make it consistent
by providing an alias for Apollo Lake.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/intel/pinctrl-broxton.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mika Westerberg May 11, 2022, 1:18 p.m. UTC | #1
On Wed, May 11, 2022 at 03:34:21PM +0300, Andy Shevchenko wrote:
> We have platform device IDs for Broxton and Apollo Lake, but
> module alias is provided only for the former. Make it consistent
> by providing an alias for Apollo Lake.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Andy Shevchenko May 12, 2022, 9:53 a.m. UTC | #2
On Wed, May 11, 2022 at 04:18:41PM +0300, Mika Westerberg wrote:
> On Wed, May 11, 2022 at 03:34:21PM +0300, Andy Shevchenko wrote:
> > We have platform device IDs for Broxton and Apollo Lake, but
> > module alias is provided only for the former. Make it consistent
> > by providing an alias for Apollo Lake.
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Pushed to my review and testing queue, thanks!
diff mbox series

Patch

diff --git a/drivers/pinctrl/intel/pinctrl-broxton.c b/drivers/pinctrl/intel/pinctrl-broxton.c
index 2be7e414f803..fb15cd10a32f 100644
--- a/drivers/pinctrl/intel/pinctrl-broxton.c
+++ b/drivers/pinctrl/intel/pinctrl-broxton.c
@@ -1035,4 +1035,5 @@  module_exit(bxt_pinctrl_exit);
 MODULE_AUTHOR("Mika Westerberg <mika.westerberg@linux.intel.com>");
 MODULE_DESCRIPTION("Intel Broxton SoC pinctrl/GPIO driver");
 MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:apollolake-pinctrl");
 MODULE_ALIAS("platform:broxton-pinctrl");