Re: [PATCH v3] watchdog: Add driver for Gunyah Watchdog

From: Krzysztof Kozlowski

Date: Tue Oct 28 2025 - 05:40:51 EST


On 28/10/2025 10:35, Hrishabh Rajput via B4 Relay wrote:
> +
> +static int __init gunyah_wdt_init(void)
> +{
> + struct arm_smccc_res res;
> + struct device_node *np;
> + int ret;
> +
> + /* Check if we're running on a Qualcomm device */
> + np = of_find_compatible_node(NULL, NULL, "qcom,smem");

I don't think you implemented my feedback. This again is executed on
every platform, e.g. on Samsung, pointlessly.

Implement previous feedback.

Best regards,
Krzysztof