[PATCH v13 07/10] firmware: psci: Implement vendor-specific resets as reboot-mode

Krzysztof Kozlowski krzk at kernel.org
Sun Jul 27 21:53:14 PDT 2025


On 27/07/2025 18:24, Shivendra Pratap wrote:
> +
> +static int __init psci_init_vendor_reset(void)
> +{
> +	struct reboot_mode_driver *reboot;
> +	struct device_node *np;
> +	int ret;
> +
> +	np = of_find_node_by_path("/psci/reboot-mode");


Why are you looking by full path, not by compatible? Is the ABI - above
path - expressed anywhere?


Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list