On 02/05/2025 15:17, Kathiravan Thirumoorthy wrote:
+static int qcom_wdt_get_restart_reason(struct qcom_wdt *wdt,And how are you handling proper probe ordering? Use phandles and define
+ const struct qcom_wdt_match_data *data)
+{
+ struct regmap *imem;
+ unsigned int val;
+ int ret;
+
+ imem = syscon_regmap_lookup_by_compatible(data->imem_compatible);
this as an ABI.
Best regards,
Krzysztof