Re: [PATCH 07/33] ARM: dts: aspeed: p10 and tacoma: Set FSI clock frequency

From: Joel Stanley
Date: Thu Feb 22 2024 - 07:33:38 EST


On Sat, 17 Feb 2024 at 05:44, Eddie James <eajames@xxxxxxxxxxxxx> wrote:
>
>
> On 2/16/24 02:08, Krzysztof Kozlowski wrote:
> > 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).

No, this is fine. Please continue sending the patches in logical order
as you see fit.