Skip to content

Commit

Permalink
fix: devicetree name
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech committed Sep 26, 2024
1 parent c246670 commit feb0425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)
include ("Emmc.asl")
include ("Sdhc.asl")
include ("Dma.asl")
// include ("Gmac.asl")
include ("Gmac1.asl")
include ("Gpio.asl")
include ("I2c.asl")
Expand All @@ -44,6 +45,7 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 2, "RKCP ", "RK3588 ", 2)

include ("Usb2Host.asl")
include ("Usb3Host0.asl")
include ("Usb3Host1.asl")
include ("Usb3Host2.asl")

Scope (I2C6) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Device Tree Support
FILE FREEFORM = gDtPlatformDefaultDtbFileGuid {
SECTION RAW = Platform/Rockchip/DeviceTree/rk3588s-orangepi-5pro.dtb
SECTION RAW = Platform/Rockchip/DeviceTree/rk3588s-orangepi-5-pro.dtb
}

# Splash screen logo
Expand Down

0 comments on commit feb0425

Please sign in to comment.