Message ID | 20210525133242.188603-1-senozhatsky@chromium.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 59312ab139810229fd76603e4e8e49ecb2f3dfc2 |
Headers | show |
Series | arm64: dts: qcom: remove camera_mem region | expand |
Quoting Sergey Senozhatsky (2021-05-25 06:32:42) > qcom camera driver allocates the ICP firmware memory > dynamically, so the carveout region is unnecessary. > > Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Tue, 25 May 2021 22:32:42 +0900 you wrote: > qcom camera driver allocates the ICP firmware memory > dynamically, so the carveout region is unnecessary. > > Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org> > --- > arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 5 ----- > 1 file changed, 5 deletions(-) Here is the summary with links: - arm64: dts: qcom: remove camera_mem region https://git.kernel.org/qcom/c/59312ab13981 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi index 24d293ef56d7..b89e6f78fd20 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi @@ -64,11 +64,6 @@ mpss_mem: memory@86000000 { no-map; }; - camera_mem: memory@8ec00000 { - reg = <0x0 0x8ec00000 0x0 0x500000>; - no-map; - }; - venus_mem: memory@8f600000 { reg = <0 0x8f600000 0 0x500000>; no-map;
qcom camera driver allocates the ICP firmware memory dynamically, so the carveout region is unnecessary. Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org> --- arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 5 ----- 1 file changed, 5 deletions(-)