- H616 fixes to keep it in sync with upstream TF-A
This commit is contained in:
Tom Rini 2021-03-31 07:48:47 -04:00
commit dd85c9500c
2 changed files with 1 additions and 13 deletions

View File

@ -51,18 +51,6 @@
};
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
/* 512KiB reserved for ARM Trusted Firmware (BL31) */
secmon_reserved: secmon@40000000 {
reg = <0x0 0x40000000 0x0 0x80000>;
no-map;
};
};
osc24M: osc24M_clk {
#clock-cells = <0>;
compatible = "fixed-clock";

View File

@ -4,7 +4,7 @@
#define BL31_ADDR 0x104000
#define SCP_ADDR 0x114000
#elif defined(CONFIG_MACH_SUN50I_H616)
#define BL31_ADDR 0x40004000
#define BL31_ADDR 0x40000000
#else
#define BL31_ADDR 0x44000
#define SCP_ADDR 0x50000