* [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region
@ 2022-12-11 10:05 Dominik Kobinski
2022-12-11 17:55 ` Petr Vorel
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Dominik Kobinski @ 2022-12-11 10:05 UTC (permalink / raw)
To: linux-arm-msm
Cc: pevik, agross, alexeymin, quic_bjorande, bribbers, devicetree,
konrad.dybcio, petr.vorel, Dominik Kobinski
Add region for memory hole present on bullhead in order to
fix a reboot issue on recent kernels
Reported-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Dominik Kobinski <dominikkobinski314@gmail.com>
---
Changes since v1:
* msm8992-bullhead instead of bullhead in the commit message
* memory node named "reserved" instead of just "memory"
Both suggested by Konrad Dybcio
arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi b/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi
index 71e373b11de9..37bcbbc67be5 100644
--- a/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi
@@ -2,6 +2,7 @@
/* Copyright (c) 2015, LGE Inc. All rights reserved.
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
* Copyright (c) 2021, Petr Vorel <petr.vorel@gmail.com>
+ * Copyright (c) 2022, Dominik Kobinski <dominikkobinski314@gmail.com>
*/
/dts-v1/;
@@ -50,6 +51,11 @@ cont_splash_mem: memory@3400000 {
reg = <0 0x03400000 0 0x1200000>;
no-map;
};
+
+ removed_region: reserved@5000000 {
+ reg = <0 0x05000000 0 0x2200000>;
+ no-map;
+ };
};
};
--
2.30.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region
2022-12-11 10:05 [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region Dominik Kobinski
@ 2022-12-11 17:55 ` Petr Vorel
2022-12-11 19:10 ` Petr Vorel
2022-12-12 9:02 ` Konrad Dybcio
2022-12-28 4:36 ` (subset) " Bjorn Andersson
2 siblings, 1 reply; 5+ messages in thread
From: Petr Vorel @ 2022-12-11 17:55 UTC (permalink / raw)
To: Dominik Kobinski
Cc: linux-arm-msm, pevik, agross, alexeymin, quic_bjorande, bribbers,
devicetree, konrad.dybcio
Hi all,
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Thanks for this fix!
Kind regards,
Petr
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region
2022-12-11 17:55 ` Petr Vorel
@ 2022-12-11 19:10 ` Petr Vorel
0 siblings, 0 replies; 5+ messages in thread
From: Petr Vorel @ 2022-12-11 19:10 UTC (permalink / raw)
To: Dominik Kobinski
Cc: linux-arm-msm, pevik, agross, alexeymin, quic_bjorande, bribbers,
devicetree, konrad.dybcio
Hi Dominik, all,
Tested-by: Petr Vorel <petr.vorel@gmail.com>
Fixes all my problems! Thanks for fix.
@Konrad @Andy @Bjorn Although it looks like it does not need to be in
6.0.x stable, I'd be for merging it there.
Not sure how about the other versions (I'd be for not adding it).
Kind regards,
Petr
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region
2022-12-11 10:05 [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region Dominik Kobinski
2022-12-11 17:55 ` Petr Vorel
@ 2022-12-12 9:02 ` Konrad Dybcio
2022-12-28 4:36 ` (subset) " Bjorn Andersson
2 siblings, 0 replies; 5+ messages in thread
From: Konrad Dybcio @ 2022-12-12 9:02 UTC (permalink / raw)
To: Dominik Kobinski, linux-arm-msm
Cc: pevik, agross, alexeymin, quic_bjorande, bribbers, devicetree,
petr.vorel
On 11.12.2022 11:05, Dominik Kobinski wrote:
> Add region for memory hole present on bullhead in order to
> fix a reboot issue on recent kernels
>
> Reported-by: Petr Vorel <petr.vorel@gmail.com>
> Signed-off-by: Dominik Kobinski <dominikkobinski314@gmail.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> Changes since v1:
> * msm8992-bullhead instead of bullhead in the commit message
> * memory node named "reserved" instead of just "memory"
> Both suggested by Konrad Dybcio
>
> arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi b/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi
> index 71e373b11de9..37bcbbc67be5 100644
> --- a/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi
> @@ -2,6 +2,7 @@
> /* Copyright (c) 2015, LGE Inc. All rights reserved.
> * Copyright (c) 2016, The Linux Foundation. All rights reserved.
> * Copyright (c) 2021, Petr Vorel <petr.vorel@gmail.com>
> + * Copyright (c) 2022, Dominik Kobinski <dominikkobinski314@gmail.com>
> */
>
> /dts-v1/;
> @@ -50,6 +51,11 @@ cont_splash_mem: memory@3400000 {
> reg = <0 0x03400000 0 0x1200000>;
> no-map;
> };
> +
> + removed_region: reserved@5000000 {
> + reg = <0 0x05000000 0 0x2200000>;
> + no-map;
> + };
> };
> };
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (subset) [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region
2022-12-11 10:05 [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region Dominik Kobinski
2022-12-11 17:55 ` Petr Vorel
2022-12-12 9:02 ` Konrad Dybcio
@ 2022-12-28 4:36 ` Bjorn Andersson
2 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2022-12-28 4:36 UTC (permalink / raw)
To: linux-arm-msm, dominikkobinski314
Cc: quic_bjorande, bribbers, konrad.dybcio, pevik, petr.vorel, agross,
devicetree, alexeymin
On Sun, 11 Dec 2022 11:05:01 +0100, Dominik Kobinski wrote:
> Add region for memory hole present on bullhead in order to
> fix a reboot issue on recent kernels
>
>
Applied, thanks!
[1/1] arm64: dts: msm8992-bullhead: add memory hole region
commit: 22c7e1a0fa45cd7d028d6b4117161fd0e3427fe0
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-12-28 4:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-11 10:05 [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region Dominik Kobinski
2022-12-11 17:55 ` Petr Vorel
2022-12-11 19:10 ` Petr Vorel
2022-12-12 9:02 ` Konrad Dybcio
2022-12-28 4:36 ` (subset) " Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).