On 15/02/2024 23:07, Eddie James wrote: > Now that the driver doesn't hardcode the clock divider, set it > in the device tree. > > Signed-off-by: Eddie James <eajames@xxxxxxxxxxxxx> > --- > arch/arm/boot/dts/aspeed/aspeed-bmc-opp-tacoma.dts | 1 + > arch/arm/boot/dts/aspeed/ibm-power10-dual.dtsi | 1 + > 2 files changed, 2 insertions(+) Please do not mix DTS patches with driver code. DTS goes to the end because driver code CANNOT depend on it (there are exceptions but it was not explained here). Best regards, Krzysztof