Skip to content

Commit

Permalink
fix: change by request
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Nov 11, 2024
1 parent 03cc44a commit 0cd1e4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ dtb-$(CONFIG_CLK_RK3568) += \
rk3568-fiq-debugger-uart9m1.dtbo \
rk3568-gmac1-disable.dtbo \
rk3568-gmac1-enable.dtbo \
rk3568-hdmi-disable.dtbo \
rk3568-i2c1.dtbo \
rk3568-i2c2-disable.dtbo \
rk3568-i2c2-m0-pca9555.dtbo \
Expand Down Expand Up @@ -567,7 +568,8 @@ dtb-$(CONFIG_CPU_RK3588) += \
rock-5t-radxa-display-10fhd.dtbo \
rock-5t-radxa-display-10hd.dtbo

dtb-$(CONFIG_ARCH_ROCKCHIP) += rockchip-watchdog.dtbo \
dtb-$(CONFIG_ARCH_ROCKCHIP) += rockchip-gpu-disable.dtbo \
rockchip-watchdog.dtbo \
rockchip-uart-dma.dtbo

dtbotxt-$(CONFIG_ARCH_ROCKCHIP) += \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/ {
metadata {
title = "Disable GPU";
compatible = "rockchip,rk3568", "rockchip,rk3566";
compatible = "rockchip,rk3308", "rockchip,rk3328", "rockchip,rk3399", "rockchip,rk3566", "rockchip,rk3568", "rockchip,rk3588";
category = "misc";
exclusive = "gpu";
description = "Disable GPU";
Expand Down

0 comments on commit 0cd1e4c

Please sign in to comment.