mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09: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:
@@ -213,6 +213,13 @@
|
||||
#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>;
|
||||
|
||||
Reference in New Issue
Block a user