linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Gabriel FERNANDEZ <gabriel.fernandez@foss.st.com>
To: Alexandre TORGUE <alexandre.torgue@foss.st.com>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Philipp Zabel <p.zabel@pengutronix.de>
Cc: <linux-clk@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH RESEND v3 12/13] ARM: dts: stm32: enable optee firmware and SCMI support on STM32MP13
Date: Fri, 22 Apr 2022 15:15:42 +0200	[thread overview]
Message-ID: <3a48ae9b-b8d9-138e-ec19-3512164bfc80@foss.st.com> (raw)
In-Reply-To: <31f5d4af-5a4f-e683-c50e-d59b63135a99@foss.st.com>


On 4/21/22 17:23, Alexandre TORGUE wrote:
> Hi Gabriel
>
> On 3/16/22 14:09, gabriel.fernandez@foss.st.com wrote:
>> From: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
>>
>> Enable optee and SCMI clocks support.
>>
>> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
>> ---
>>   arch/arm/boot/dts/stm32mp131.dtsi | 37 +++++++++++++++++++++++++++++++
>>   1 file changed, 37 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/stm32mp131.dtsi 
>> b/arch/arm/boot/dts/stm32mp131.dtsi
>> index 262de4eeb4ed..78eac53224d4 100644
>> --- a/arch/arm/boot/dts/stm32mp131.dtsi
>> +++ b/arch/arm/boot/dts/stm32mp131.dtsi
>> @@ -27,6 +27,43 @@ arm-pmu {
>>           interrupt-parent = <&intc>;
>>       };
>>   +    scmi_sram: sram@2ffff000 {
>> +        compatible = "mmio-sram";
>> +        reg = <0x2ffff000 0x1000>;
>> +        #address-cells = <1>;
>> +        #size-cells = <1>;
>> +        ranges = <0 0x2ffff000 0x1000>;
>> +
>> +        scmi_shm: scmi_shm@0 {
>
> rename to scmi-sram@0 to match with yaml description

ok


>
>> +            compatible = "arm,scmi-shmem";
>> +            reg = <0 0x80>;
>> +        };
>> +    };
>
> Can you move this sram node in Soc{ please?

ok

Thank's Alex


>
>> +
>> +    firmware {
>> +        optee {
>> +            method = "smc";
>> +            compatible = "linaro,optee-tz";
>> +        };
>> +
>> +        scmi: scmi {
>> +            compatible = "linaro,scmi-optee";
>> +            #address-cells = <1>;
>> +            #size-cells = <0>;
>> +            linaro,optee-channel-id = <0>;
>> +            shmem = <&scmi_shm>;
>> +
>> +            scmi_clk: protocol@14 {
>> +                reg = <0x14>;
>> +                #clock-cells = <1>;
>> +            };
>> +
>> +            scmi_reset: protocol@16 {
>> +                reg = <0x16>;
>> +                #reset-cells = <1>;
>> +            };
>> +        };
>> +    };
>>       clocks {
>>           clk_axi: clk-axi {
>>               #clock-cells = <0>;
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-04-22 13:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-16 13:09 [PATCH RESEND v3 00/13] Introduction of STM32MP13 RCC driver (Reset Clock Controller) gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 01/13] dt-bindings: rcc: stm32: add new compatible for STM32MP13 SoC gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 02/13] clk: stm32: Introduce STM32MP13 RCC drivers (Reset Clock Controller) gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 03/13] clk: stm32mp13: add stm32_mux clock management gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 04/13] clk: stm32mp13: add stm32_gate management gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 05/13] clk: stm32mp13: add stm32 divider clock gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 06/13] clk: stm32mp13: add composite clock gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 07/13] clk: stm32mp13: manage secured clocks gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 08/13] clk: stm32mp13: add all STM32MP13 peripheral clocks gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 09/13] clk: stm32mp13: add all STM32MP13 kernel clocks gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 10/13] clk: stm32mp13: add multi mux function gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 11/13] clk: stm32mp13: add safe mux management gabriel.fernandez
2022-03-16 13:09 ` [PATCH RESEND v3 12/13] ARM: dts: stm32: enable optee firmware and SCMI support on STM32MP13 gabriel.fernandez
2022-04-21 15:23   ` Alexandre TORGUE
2022-04-22 13:15     ` Gabriel FERNANDEZ [this message]
2022-03-16 13:10 ` [PATCH RESEND v3 13/13] ARM: dts: stm32: add RCC on STM32MP13x SoC family gabriel.fernandez
2022-04-21 15:26   ` Alexandre TORGUE
2022-04-22 13:16     ` Gabriel FERNANDEZ
2022-04-07 12:51 ` [PATCH RESEND v3 00/13] Introduction of STM32MP13 RCC driver (Reset Clock Controller) Alexandre TORGUE

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=3a48ae9b-b8d9-138e-ec19-3512164bfc80@foss.st.com \
    --to=gabriel.fernandez@foss.st.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    /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).