devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Dominik Kobinski <dominikkobinski314@gmail.com>,
	linux-arm-msm@vger.kernel.org
Cc: pevik@seznam.cz, agross@kernel.org, alexeymin@postmarketos.org,
	quic_bjorande@quicinc.com, bribbers@disroot.org,
	devicetree@vger.kernel.org, petr.vorel@gmail.com
Subject: Re: [PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region
Date: Mon, 12 Dec 2022 10:02:05 +0100	[thread overview]
Message-ID: <788b1b55-ef4b-955d-d091-d4edb98c4775@linaro.org> (raw)
In-Reply-To: <20221211100501.82323-1-dominikkobinski314@gmail.com>



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;
> +		};
>  	};
>  };
>  

  parent reply	other threads:[~2022-12-12  9:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2022-12-28  4:36 ` (subset) " Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=788b1b55-ef4b-955d-d091-d4edb98c4775@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=agross@kernel.org \
    --cc=alexeymin@postmarketos.org \
    --cc=bribbers@disroot.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dominikkobinski314@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=petr.vorel@gmail.com \
    --cc=pevik@seznam.cz \
    --cc=quic_bjorande@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).