summaryrefslogtreecommitdiff
path: root/projects/linux/bsp-51x-non-target.yaml
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2022-03-01 17:38:54 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2022-03-04 09:30:41 +0100
commit21ed09c8fdb48a82dc72004e9614a32dc847d3b9 (patch)
tree6f14551e5f4bf26e63c80fe701554032d6946e87 /projects/linux/bsp-51x-non-target.yaml
parentb12f41c44f7c7c6d884618c979dbdc8795df47d8 (diff)
bsp-51x-upport-request: Move more MSIOF parent clock handling to non-target
Cfr. commit e8a6c64cea991ada ("spi: sh-msiof: Add MSIOF module clock changing processing for R-Car Gen3"). Actually commit dd2769f99ad18006 ("arm64: dts: renesas: Configure the MSIOF parent clock for R-Car Gen3") is a step in the good direction, but: 1. It should be handled in the board DTS file that actually uses MSIOF. 2. There is no need to refer to the MSO clock in clocks and clock-names properties. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Diffstat (limited to 'projects/linux/bsp-51x-non-target.yaml')
-rw-r--r--projects/linux/bsp-51x-non-target.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/linux/bsp-51x-non-target.yaml b/projects/linux/bsp-51x-non-target.yaml
index aa7feba..dc28943 100644
--- a/projects/linux/bsp-51x-non-target.yaml
+++ b/projects/linux/bsp-51x-non-target.yaml
@@ -421,3 +421,7 @@ bsp51x:
- 9e2fc2139a65639337c6fd51c17373b14428fdbf # ravb: Add a compatible string for r8a77960/r8a77961 (Proposing 'N' Driver matches against family-specific compatible value, which has always been present in upstream DTS)
- 84c9eccfa9d7aef3d4dfc9ef5ad70f61504936ff # spi: sh-msiof: Add support for r8a77961 (Proposing 'N' Driver matches against family-specific compatible value, which has always been present in upstream DTS)
- c8cae912ea1473b3c66f12653b094764b8e2be02 # usb: renesas-usbhs: Add compatible string for r8a77961 (Proposing 'N' Driver matches against family-specific compatible value, which has always been present in upstream DTS)
+ - dd2769f99ad18006c468796563308548a85b42f2 # arm64: dts: renesas: Configure the MSIOF parent clock for R-Car Gen3 (Proposing 'N' Should use "assigned-clocks" and "assigned-clock-rates" in board DTS file that actually uses MSIOF)
+ - 778715104029dfdea1dfd5f8d620e91b057c5faf # arm64: dts: renesas: r8a7799a0: Add MSIOF parent clock frequency settings support (Proposing 'N' Should use "assigned-clocks" and "assigned-clock-rates" in board DTS file that actually uses MSIOF)
+ - be2cc95ab62e9f7a9970e50a4f31bda7c4ccc341 # arm64: dts: renesas: r8a779{51, 60, 61, 65, 90}: Add MSIOF parent clock frequency settings support (Proposing 'N' Should use "assigned-clocks" and "assigned-clock-rates" in board DTS file that actually uses MSIOF)
+ - 8ba4541049d6d64a066c367e12a059ce8bcc9196 # spi: sh-msiof: Add MSIOF parent clock (Proposing 'N' Should use "assigned-clocks" and "assigned-clock-rates" in board DTS file that actually uses MSIOF)