Re: [PATCH v2 0/4] clk: qcom : add sm8250 LPASS GFM drivers

From: Srinivas Kandagatla
Date: Fri Oct 16 2020 - 09:58:03 EST


thanks Stephen,

On 14/10/2020 02:45, Stephen Boyd wrote:
Changes since v1:
-removed unnecessary Kconfig dependencies
- cleaned up header includes.
- moved to using pm_clk
- Moved to right place in Makefile
- moved to use module_platform_driver instead of builtin_platform_driver
- add null check for of_device_get_match_data

verified dt_binding_check to pass on linux nexthttps://paste.ubuntu.com/p/6nVzjRwvsW/
Rob's bot complained again. Can you run with

Yes, I think the bot is probably checking against linus master branch.
Now the dependent patches are merged in master.
dt_binding_check passes, I will send v3 with the suggested changes!


--srini


make DT_SCHEMA_FILES=<path to schema file.yaml> dt_binding_check

and make sure the schema is up to date?