diff options
author | Komal Bajaj <[email protected]> | 2023-07-06 18:21:28 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-21 19:51:18 -0700 |
commit | d52775a696bca996271fee0d49f138c69ceff93d (patch) | |
tree | 6ea9200a50413d40124ac1083c4fb035bd95a3c5 | |
parent | 26834b452f40830011294497788bbc82bf1b14af (diff) |
arm64: dts: qcom: qdu1000-idp: Update reserved memory region
Add missing reserved regions as described in QDU1000 memory map.
Signed-off-by: Komal Bajaj <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/qdu1000-idp.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qdu1000-idp.dts b/arch/arm64/boot/dts/qcom/qdu1000-idp.dts index 0496e87ddfd5..5a25cdec969e 100644 --- a/arch/arm64/boot/dts/qcom/qdu1000-idp.dts +++ b/arch/arm64/boot/dts/qcom/qdu1000-idp.dts @@ -448,6 +448,28 @@ status = "okay"; }; +&reserved_memory { + ecc_meta_data_mem: ecc-meta-data@e0000000 { + reg = <0x0 0xe0000000 0x0 0x20000000>; + no-map; + }; + + harq_buffer_mem: harq-buffer@800000000 { + reg = <0x8 0x0 0x0 0x80000000>; + no-map; + }; + + tenx_sp_buffer_mem: tenx-sp-buffer@880000000 { + reg = <0x8 0x80000000 0x0 0x50000000>; + no-map; + }; + + fapi_buffer_mem: fapi-buffer@8d0000000 { + reg = <0x8 0xd0000000 0x0 0x20000000>; + no-map; + }; +}; + &sdhc { pinctrl-0 = <&sdc_on_state>; pinctrl-1 = <&sdc_off_state>; |