Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
CodeChenL and RadxaYuntian authored May 29, 2024
1 parent a170d80 commit cacfc6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ dtb-$(CONFIG_CLK_RK3588) += \
rock-5b-radxa-display-8hd.dtbo \
rock-5b-rpi-camera-v2.dtbo \
rock-5b-sata.dtbo \
rk3588-enable-mali.dtbo
rk3588-mali-enable.dtbo

dtb-$(CONFIG_CPU_RK3588) += \
radxa-cm5-io-okdo-5mp.dtbo \
Expand Down
5 changes: 3 additions & 2 deletions arch/arm64/boot/dts/rockchip/overlays/rk3588-enable-mali.dts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

/ {
metadata {
title = "Enable vendor GPU driver";
title = "Enable Arm Mali GPU driver";
compatible = "rockchip,rk3588";
category = "misc";
exclusive = "gpu", "gpu_mali";
description = "Enable vendor GPU driver and disable Panthor DRM driver.";
description = "Enable Arm Mali GPU driver.
This will disable opensource Panthor driver";
};
};

Expand Down

0 comments on commit cacfc6a

Please sign in to comment.