Commit 62ee1425 authored by Manish Pandey's avatar Manish Pandey Committed by TrustedFirmware Code Review
Browse files

Merge "rcar_gen3: Add missing #{address,size}-cells into generated DT" into integration

parents 38aac6d4 6be71b09
......@@ -415,6 +415,9 @@ static void bl2_populate_compatible_string(void *dt)
uint32_t reg;
int ret;
fdt_setprop_u32(dt, 0, "#address-cells", 2);
fdt_setprop_u32(dt, 0, "#size-cells", 2);
/* Populate compatible string */
rcar_get_board_type(&board_type, &board_rev);
switch (board_type) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment