FROMLIST: arm64: dts: qcom: talos: Add memory-region for audio PD#596
FROMLIST: arm64: dts: qcom: talos: Add memory-region for audio PD#596Jianping-Li wants to merge 1 commit into
Conversation
PR #596 — validate-patchPR: #596
|
PR #596 — checker-log-analyzerPR: #596
Detailed report: Full report
|
shashim-quic
left a comment
There was a problem hiding this comment.
Overall the change looks correct, but there is a DTS syntax error that needs to be fixed before merging (see inline comment).
| reusable; | ||
| alignment = <0x0 0x400000>; | ||
| size = <0x0 0x800000>; | ||
| } |
There was a problem hiding this comment.
Missing semicolon: DTS node closing brace must be }; not }. This will cause a dtc compilation error.
| } | |
| }; |
Reserve memory region for audio PD dynamic loading and remote heap requirements. Add the required VMID list for memory ownership transfers. Link: https://lore.kernel.org/all/20260424-talosaudio-v3-1-9e2ad5d78a2e@oss.qualcomm.com/ Signed-off-by: Jianping Li <jianping.li@oss.qualcomm.com>
dddb69a to
ee580bf
Compare
PR #596 — validate-patchPR: #596
|
PR #596 — checker-log-analyzerPR: #596
Detailed report: Full report
|
Reserve memory region for audio PD dynamic loading and remote heap requirements. Add the required VMID list for memory ownership transfers.
Link: https://lore.kernel.org/all/20260424-talosaudio-v3-1-9e2ad5d78a2e@oss.qualcomm.com/
CRs-Fixed: 4483711