LS1028A / LS1027A: disabling GPU

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS1028A / LS1027A: disabling GPU

Jump to solution
1,961 Views
mbourhis
Contributor II

LS1028A and LS1027A are 2 SoC of the same family.

LS1028A has a GPU (GC7000UltraLite) and LS1027A has not.

Is it possible, through a software configuration, to disable the LS1028A GPU?

(with a modification in DeviceTree file, or a Kernel option or a Boot argument?)

 

Thanks for your help.

Regards,

 

0 Kudos
Reply
1 Solution
1,945 Views
ufedor
NXP Employee
NXP Employee

GPU can be disabled by setting DEVDISR6[GPU] in PBL.

This can be done as RCW source modification by adding ".rcw" file containing:

.pbi
write 0x1e00084,0x00001000
.end

View solution in original post

0 Kudos
Reply
1 Reply
1,946 Views
ufedor
NXP Employee
NXP Employee

GPU can be disabled by setting DEVDISR6[GPU] in PBL.

This can be done as RCW source modification by adding ".rcw" file containing:

.pbi
write 0x1e00084,0x00001000
.end

0 Kudos
Reply