From: Bjorn Andersson <andersson@kernel.org>
To: Konrad Dybcio <konrad.dybcio@somainline.org>
Cc: ~postmarketos/upstreaming@lists.sr.ht,
martin.botka@somainline.org,
angelogioacchino.delregno@somainline.org,
marijn.suijten@somainline.org, jamipkettunen@somainline.org,
Andy Gross <agross@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/4] arm64: dts: qcom: Add initial device tree for SM6375
Date: Sat, 5 Nov 2022 23:00:11 -0500 [thread overview]
Message-ID: <20221106040011.rbqginfdwvkmasy3@builder.lan> (raw)
In-Reply-To: <20221022194218.210941-3-konrad.dybcio@somainline.org>
On Sat, Oct 22, 2022 at 09:42:16PM +0200, Konrad Dybcio wrote:
[..]
> + clocks {
> + xo_board: xo-board {
> + compatible = "fixed-clock";
> + #clock-cells = <0>;
> + clock-frequency = <19200000>;
> + clock-output-names = "xo_board";
The only reason that you would need this is if you have code somewhere
relying on clock lookup based on global naming. Can you please fix that
up and drop clock-output-names?
A -clk suffix would be nice on the node as well (xo-board-clk).
> + };
> +
> + sleep_clk: sleep-clk {
> + compatible = "fixed-clock";
> + clock-frequency = <32000>;
> + #clock-cells = <0>;
> + };
> + };
[..]
> + reserved_memory: reserved-memory {
> + #address-cells = <2>;
> + #size-cells = <2>;
> + ranges;
> +
> + hyp_mem: memory@80000000 {
I believe "memory" is still reserved, so please rename these nodes.
> + reg = <0 0x80000000 0 0x600000>;
> + no-map;
> + };
> +
[..]
> + smem: smem {
> + compatible = "qcom,smem";
Please move the compatible and hwlocks to the &smem_mem node directly.
> + memory-region = <&smem_mem>;
> + hwlocks = <&tcsr_mutex 3>;
> + };
Regards,
Bjorn
next prev parent reply other threads:[~2022-11-06 4:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-22 19:42 [PATCH 1/4] dt-bindings: arm: cpus: Add Kryo 660 CPUs Konrad Dybcio
2022-10-22 19:42 ` [PATCH 2/4] dt-bindings: arm: qcom: Document SM6375 & Xperia 10 IV Konrad Dybcio
2022-10-23 12:57 ` Krzysztof Kozlowski
2022-10-22 19:42 ` [PATCH 3/4] arm64: dts: qcom: Add initial device tree for SM6375 Konrad Dybcio
2022-10-23 13:02 ` Krzysztof Kozlowski
2022-11-06 4:00 ` Bjorn Andersson [this message]
2022-10-22 19:42 ` [PATCH 4/4] arm64: dts: qcom: Add device tree for Sony Xperia 10 IV Konrad Dybcio
2022-10-23 13:03 ` Krzysztof Kozlowski
2022-10-23 12:57 ` [PATCH 1/4] dt-bindings: arm: cpus: Add Kryo 660 CPUs 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=20221106040011.rbqginfdwvkmasy3@builder.lan \
--to=andersson@kernel.org \
--cc=agross@kernel.org \
--cc=angelogioacchino.delregno@somainline.org \
--cc=devicetree@vger.kernel.org \
--cc=jamipkettunen@somainline.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=martin.botka@somainline.org \
--cc=robh+dt@kernel.org \
--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).