summaryrefslogtreecommitdiff
path: root/rust/kernel/interop/git@git.tavy.me:linux-stable.git
diff options
context:
space:
mode:
authorTim Michals <tcmichals@yahoo.com>2026-02-04 12:27:30 -0800
committerMathieu Poirier <mathieu.poirier@linaro.org>2026-02-24 08:31:59 -0700
commitd116bccf6f1c199b27c9ebdf07cc3cfe868f919c (patch)
tree447d1fe500f3ff4045d946d2e3bdbe63f55211f0 /rust/kernel/interop/git@git.tavy.me:linux-stable.git
parent68b518773213e6c54542171cc12cc821460615e2 (diff)
remoteproc: xlnx: Fix sram property parsing
As per sram bindings, "sram" property can be list of phandles. When more than one sram phandles are listed, driver can't parse second phandle's address correctly. Because, phandle index is passed to the API instead of offset of address from reg property which is always 0 as per sram.yaml bindings. Fix it by passing 0 to the API instead of sram phandle index. Fixes: 77fcdf51b8ca ("remoteproc: xlnx: Add sram support") Signed-off-by: Tim Michals <tcmichals@yahoo.com> Signed-off-by: Tanmay Shah <tanmay.shah@amd.com> Link: https://lore.kernel.org/r/20260204202730.3729984-1-tanmay.shah@amd.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'rust/kernel/interop/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions