Skip to content

Commit

Permalink
feat: add rk3568-gpu/hdmi-disable.dts
Browse files Browse the repository at this point in the history
Meets the low-power requirements of some users
  • Loading branch information
CodeChenL committed Nov 11, 2024
1 parent d24f87e commit 03cc44a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3568-gpu-disable.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/dts-v1/;
/plugin/;

/ {
metadata {
title = "Disable GPU";
compatible = "rockchip,rk3568", "rockchip,rk3566";
category = "misc";
exclusive = "gpu";
description = "Disable GPU";
};
};

&gpu {
status = "disabled";
};
20 changes: 20 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3568-hdmi-disable.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/dts-v1/;
/plugin/;

/ {
metadata {
title = "Disable HDMI";
compatible = "rockchip,rk3568", "rockchip,rk3566";
category = "misc";
exclusive = "hdmi", "hdmi_sound";
description = "Disable HDMI";
};
};

&hdmi {
status = "disabled";
};

&hdmi_sound {
status = "disabled";
};

0 comments on commit 03cc44a

Please sign in to comment.