28 lines
347 B
Plaintext
28 lines
347 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/clock/rk3588-cru.h>
|
|
|
|
/* dp0 display */
|
|
/ {
|
|
|
|
fragment@0 {
|
|
target = <&display_subsystem>;
|
|
|
|
__overlay__ {
|
|
clocks;
|
|
clock-names;
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&vop>;
|
|
|
|
__overlay__ {
|
|
status = "okay";
|
|
assigned-clocks = <&cru ACLK_VOP>;
|
|
assigned-clock-rates = <800000000>;
|
|
};
|
|
};
|
|
};
|