devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Iskren Chernev <iskren.chernev@gmail.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Rob Herring <robh+dt@kernel.org>
Cc: phone-devel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	Andy Gross <agross@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Kees Cook <keescook@chromium.org>,
	Anton Vorontsov <anton@enomsg.org>,
	Colin Cross <ccross@android.com>, Tony Luck <tony.luck@intel.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 9/9] arm64: dts: qcom: sm4250: Add support for oneplus-billie2
Date: Tue, 6 Sep 2022 11:42:53 +0300	[thread overview]
Message-ID: <da038cb1-bb4b-4e7c-f17d-99e179c61741@gmail.com> (raw)
In-Reply-To: <e655cddd-677b-f277-667f-48107671db2a@linaro.org>



On 9/6/22 11:33, Krzysztof Kozlowski wrote:
> On 03/09/2022 19:41, Iskren Chernev wrote:
>> Add initial support for OnePlus Nord N100, based on SM4250. Currently
>> working:
>> - boots
>> - usb
>> - buildin flash storage (UFS)
>> - SD card reader
>>
>> Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com>
>> ---
>> Remaining issues from make dtbs_check:
>> - rpm-requests: it doesn't like the pm6125-regulators subnode. Every other
>>   DTS I checked is written in this way.
>
> Yes, I sent patches for it, already merged, so please rebase on linux-next.
>
> https://lore.kernel.org/all/20220828084341.112146-1-krzysztof.kozlowski@linaro.org/

Great, thanks!

>> +
>> +	clocks {
>> +		xo-board {
>
> These should be overridden by label, not full node path.

Will do.

>> +&rpm_requests {
>> +	pm6125-regulators {
>
> Please rebase and test with
> Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml

I will, I'm just waiting for Konrad to say what to do about the reserved-memory
nodes. For some reason mainline doesn't use alloc-ranges (dynamic) regions. On
the other hand all of the dynamic ranges are not used ATM, so I can just drop
them?

> Best regards,
> Krzysztof

  reply	other threads:[~2022-09-06  8:47 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-03 17:41 [PATCH v2 0/9] Add support for sm6115,4250 and OnePlus Nord N100 Iskren Chernev
2022-09-03 17:41 ` [PATCH v2 1/9] dt-bindings: ufs: qcom: Add sm6115 binding Iskren Chernev
2022-09-06  8:29   ` Krzysztof Kozlowski
2022-09-06  8:38     ` Iskren Chernev
2022-09-03 17:41 ` [PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM Iskren Chernev
2022-09-03 18:56   ` Caleb Connolly
2022-09-03 18:58   ` Caleb Connolly
2022-09-04 19:14   ` Krzysztof Kozlowski
2022-09-05  7:32     ` Iskren Chernev
2022-09-08 19:42   ` Guru Das Srinagesh
2022-09-03 17:41 ` [PATCH v2 3/9] dt-bindings: nvmem: Add SoC compatible for sm6115 Iskren Chernev
2022-09-03 18:57   ` Caleb Connolly
2022-09-04 19:15   ` Krzysztof Kozlowski
2022-09-09  9:45   ` Srinivas Kandagatla
2022-09-03 17:41 ` [PATCH v2 4/9] dt-bindings: pinctrl: qcom: sm6115: Add reserved ranges Iskren Chernev
2022-09-03 18:59   ` Caleb Connolly
2022-09-08  8:09   ` Linus Walleij
2022-09-03 17:41 ` [PATCH v2 5/9] dt-bindings: arm: cpus: Add kryo240 compatible Iskren Chernev
2022-09-03 17:41 ` [PATCH v2 6/9] dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone Iskren Chernev
2022-09-03 19:08   ` Caleb Connolly
2022-09-03 17:41 ` [PATCH v2 7/9] arm64: dts: qcom: sm6115: Add basic soc dtsi Iskren Chernev
2022-09-03 19:46   ` Konrad Dybcio
2022-09-04 13:24     ` Iskren Chernev
2022-09-03 17:41 ` [PATCH v2 8/9] arm64: dts: qcom: sm4250: Add " Iskren Chernev
2022-09-06  8:29   ` Krzysztof Kozlowski
2022-09-03 17:41 ` [PATCH v2 9/9] arm64: dts: qcom: sm4250: Add support for oneplus-billie2 Iskren Chernev
2022-09-06  8:33   ` Krzysztof Kozlowski
2022-09-06  8:42     ` Iskren Chernev [this message]
2022-09-08 17:52     ` Iskren Chernev
2022-09-09  8:13       ` Krzysztof Kozlowski

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=da038cb1-bb4b-4e7c-f17d-99e179c61741@gmail.com \
    --to=iskren.chernev@gmail.com \
    --cc=agross@kernel.org \
    --cc=anton@enomsg.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=ccross@android.com \
    --cc=devicetree@vger.kernel.org \
    --cc=keescook@chromium.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=tony.luck@intel.com \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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).