Does dtb change the LAW configuration (T2080RDB)?

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

Does dtb change the LAW configuration (T2080RDB)?

Jump to solution
760 Views
manoloruiz
Contributor III

Hi,

I am using the T2080RDB. I want to change the memory location for a PCI device. I have changed the dtb. However, it does not work because the LAW register are not modified.

I want to know if I must to change uboot and dtb (both of them) in order to get a proper functionality.

BR

Labels (1)
Tags (2)
0 Kudos
1 Solution
589 Views
bpe
NXP Employee
NXP Employee

Device Tree only reflects the local address map established by the bootloader. Linux does not change LAWs.

If you want to change LAW settings, do it in the board-specific code in u-Boot and adjust the Device Tree

accordingly.

View solution in original post

0 Kudos
1 Reply
590 Views
bpe
NXP Employee
NXP Employee

Device Tree only reflects the local address map established by the bootloader. Linux does not change LAWs.

If you want to change LAW settings, do it in the board-specific code in u-Boot and adjust the Device Tree

accordingly.

0 Kudos