On 16/08/2022 10:27, Krzysztof Kozlowski wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > On 06/07/2022 00:52, Conor Dooley wrote: >> From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> >> >> The k210 U-Boot port has been using the clocks defined in the >> devicetree to bring up the board's SRAM, but this violates the >> dt-schema. As such, move the clocks to a dedicated node with >> the same compatible string & document it. >> >> Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> >> --- > > Does not apply to my tree. Please rebase and resend. Palmer took it with the rest of the canaan stuff as per: https://lore.kernel.org/all/eeed43cf-7bd6-9d77-9e1f-e018a236a058@xxxxxxxxxx/ It is now in v6.0-rc1: commit 727b05e46cffd74adca96ca13e57352339875586 Author: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Date: Tue Jul 5 22:52:05 2022 +0100 dt-bindings: memory-controllers: add canaan k210 sram controller The k210 U-Boot port has been using the clocks defined in the devicetree to bring up the board's SRAM, but this violates the dt-schema. As such, move the clocks to a dedicated node with the same compatible string & document it. Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Reviewed-by: Rob Herring <robh@xxxxxxxxxx> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Link: https://lore.kernel.org/r/20220705215213.1802496-5-mail@xxxxxxxxxxx Signed-off-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx>