mirror of
https://github.com/armbian/build.git
synced 2025-08-18 09:06:58 +02:00
* merge patches from rockchip and rk322x families for current and edge kernels * adjust patches for tinkerboard to remove some cruft and overclocking * rework kernel configs * fix rk322x dmc to avoid lockup on rk3288 * migrate rockchip-6.6 into patch series, rename all patches with more understandable names * add gen-series.sh script in tools directory (it is a naive tool to create patch series when you don't want to rebase everything)
29 lines
319 B
Plaintext
29 lines
319 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
|
|
fragment@0 {
|
|
target = <&dmc>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&dmc_opp_table>;
|
|
__overlay__ {
|
|
opp-534000000 {
|
|
status = "okay";
|
|
};
|
|
opp-660000000 {
|
|
status = "okay";
|
|
};
|
|
opp-786000000 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|