Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: renesas: eagle: Add x1 clock

This adds X1 clock which supplies a frequency of 148.5 MHz.
This clock is connected to the external dot clock input signal.

Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
[geert: Verified schematics]
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/75a66bae21937da1c69e8024ce61b35aad4ac9b8.1620119570.git.geert+renesas@glider.be

authored by

Valentine Barshak and committed by
Geert Uytterhoeven
e9550a53 8c10e004

+8
+8
arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
··· 73 73 /* first 128MB is reserved for secure area. */ 74 74 reg = <0x0 0x48000000 0x0 0x38000000>; 75 75 }; 76 + 77 + x1_clk: x1-clock { 78 + compatible = "fixed-clock"; 79 + #clock-cells = <0>; 80 + clock-frequency = <148500000>; 81 + }; 76 82 }; 77 83 78 84 &avb { ··· 110 104 }; 111 105 112 106 &du { 107 + clocks = <&cpg CPG_MOD 724>, <&x1_clk>; 108 + clock-names = "du.0", "dclkin.0"; 113 109 status = "okay"; 114 110 }; 115 111