20 lines
229 B
Plaintext
20 lines
229 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
fragment@0 {
|
|
target = <&gpu>;
|
|
__overlay__ {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&gpu_panthor>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
mali-supply = <&vdd_gpu_s0>;
|
|
};
|
|
};
|
|
};
|