mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 20:27:07 +07:00
ARM: tegra: Add unit address to VDE IRAM area
Add the missing unit address for the VDE IRAM area node in accordance with the mmio-sram device tree binding. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
55f939c2eb
commit
0275e4aa95
@ -17,7 +17,7 @@ iram@40000000 {
|
||||
#size-cells = <1>;
|
||||
ranges = <0 0x40000000 0x40000>;
|
||||
|
||||
vde_pool: vde {
|
||||
vde_pool: vde@400 {
|
||||
reg = <0x400 0x3fc00>;
|
||||
pool;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user