Re: [PATCH v2 2/2] ipmi: kcs_bmc_aspeed: Support multiple LPC controller instances
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.ozlabs.lists.linux-aspeed,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260817-hissing-beaver-of-potency-994d0f@quoll> |
On Thu, Aug 13, 2026 at 02:42:32PM +0800, Yu-Che Hsieh wrote:
> @@ -526,6 +528,17 @@ static int aspeed_kcs_of_get_channel(struct platform_device *pdev)
> return -EINVAL;
> }
>
> +static int aspeed_kcs_of_get_bank(struct device_node *lpc_np)
> +{
> + int id;
> +
> + id = of_alias_get_id(lpc_np, "lpc");
NAK
You do not get custom aliases.
Best regards,
Krzysztof