lkml.org 
[lkml]   [2023]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v1 3/3] pinctrl: intel: Add ACPI ID to the generic platform driver
    Date
    The INTC105F is an ACPI _CID that reflects compatibility with
    the _DSD shema supported by the generic Intel pin control
    platform driver. Add it there.

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

    diff --git a/drivers/pinctrl/intel/pinctrl-intel-platform.c b/drivers/pinctrl/intel/pinctrl-intel-platform.c
    index 2305d8befdd3..5605583b1a34 100644
    --- a/drivers/pinctrl/intel/pinctrl-intel-platform.c
    +++ b/drivers/pinctrl/intel/pinctrl-intel-platform.c
    @@ -203,6 +203,7 @@ static int intel_platform_pinctrl_probe(struct platform_device *pdev)
    }

    static const struct acpi_device_id intel_platform_pinctrl_acpi_match[] = {
    + { "INTC105F" },
    { }
    };
    MODULE_DEVICE_TABLE(acpi, intel_platform_pinctrl_acpi_match);
    --
    2.40.0.1.gaa8946217a0b
    \
     
     \ /
      Last update: 2023-10-30 15:12    [W:7.093 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site