summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sbi_utils/fdt/fdt_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sbi_utils/fdt/fdt_helper.h b/include/sbi_utils/fdt/fdt_helper.h
index 06b8a62a..d3cc791e 100644
--- a/include/sbi_utils/fdt/fdt_helper.h
+++ b/include/sbi_utils/fdt/fdt_helper.h
@@ -14,6 +14,8 @@ struct platform_uart_data {
unsigned long addr;
unsigned long freq;
unsigned long baud;
+ unsigned long reg_shift;
+ unsigned long reg_io_width;
};
struct platform_plic_data {