mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: rk3568: add mpll node
MPLL is the clock on the security cru, configured with 800M in security, which can be used by GPU. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: Ie20ebda1b9976c7da60f278c3d744937a8451747
This commit is contained in:
parent
64b3c2cf3c
commit
ff85829e05
|
|
@ -213,6 +213,13 @@ gmac1_clkini: external-gmac1-clock {
|
|||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
mpll: mpll {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <800000000>;
|
||||
clock-output-names = "mpll";
|
||||
};
|
||||
|
||||
xin24m: xin24m {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user