public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Vincenzo Frascino <vincenzo.frascino@arm.com>
To: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Liviu Dudau <liviu.dudau@arm.com>,
	Sudeep Holla <sudeep.holla@arm.com>,
	Lorenzo Pieralisi <lpieralisi@kernel.org>,
	Russell King <linux@armlinux.org.uk>
Subject: Re: [PATCH v4 2/4] arm64: dts: morello: Add support for common functionalities
Date: Tue, 7 Jan 2025 14:41:55 +0000	[thread overview]
Message-ID: <881c5084-3487-4ae2-9140-8d393e934652@arm.com> (raw)
In-Reply-To: <CAL_JsqJ9y92aHUYhD9_YX8GKvZC-GioWbMr+gjcQiMA_XQ0RaQ@mail.gmail.com>



On 03/01/2025 22:26, Rob Herring wrote:
> On Fri, Jan 3, 2025 at 12:16 PM Vincenzo Frascino
> <vincenzo.frascino@arm.com> wrote:
>>
>> The Morello architecture is an experimental extension to Armv8.2-A,
>> which extends the AArch64 state with the principles proposed in
>> version 7 of the Capability Hardware Enhanced RISC Instructions
>> (CHERI) ISA.
>>
>> The Morello Platform (soc) and the Fixed Virtual Platfom (fvp) share
>> some functionalities that have conveniently been included in
>> morello.dtsi to avoid duplication.
> 
> One more thing...
> 
>> +               i2c0: i2c@1c0f0000 {
>> +                       compatible = "cdns,i2c-r1p14";
>> +                       reg = <0x0 0x1c0f0000 0x0 0x1000>;
>> +                       interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
>> +                       clocks = <&dpu_aclk>;
>> +
>> +                       #address-cells = <1>;
>> +                       #size-cells = <0>;
>> +
>> +                       status = "disabled";
>> +
>> +                       hdmi_tx: hdmi-transmitter@70 {
>> +                               compatible = "nxp,tda998x";
> 
> It is odd that you add this node here, but don't enable i2c. If this
> is shared with fvp, then enable i2c here. If it isn't, then move this
> to the soc/sdb .dts.
>

This node should be on the dts file. I had it there in v2 and I can't recall the
rationale for which I moved it here. It is clearly wrong. I will move it back in
v5.

> I'd rather see the FVP dts now rather than later so we can review how
> you split things. It's a little odd not being soc.dtsi and board.dts,
> but that's fine I think.

I do not have a complete DTS for FVP yet (I was planning to work on after this
series is merged). Is it OK if I post it with a future series and we move things
around at that stage if there is a need?

>
>> +                               reg = <0x70>;
>> +                               video-ports = <0x234501>;
>> +                               port {
>> +                                       tda998x_0_input: endpoint {
>> +                                               remote-endpoint = <&dp_pl0_out0>;
>> +                                       };
>> +                               };
>> +                       };
>> +               };

-- 
Regards,
Vincenzo


  reply	other threads:[~2025-01-07 14:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-03 18:16 [PATCH v4 0/4] arm64: dts: Add Arm Morello support Vincenzo Frascino
2025-01-03 18:16 ` [PATCH v4 1/4] dt-bindings: arm: Add Morello compatibility Vincenzo Frascino
2025-01-03 18:16 ` [PATCH v4 2/4] arm64: dts: morello: Add support for common functionalities Vincenzo Frascino
2025-01-03 22:14   ` Rob Herring
2025-01-07 12:56     ` Jessica Clarke
2025-01-07 14:34       ` Vincenzo Frascino
2025-01-07 14:51         ` Jessica Clarke
2025-01-07 14:56           ` Vincenzo Frascino
2025-01-07 14:17     ` Vincenzo Frascino
2025-01-03 22:26   ` Rob Herring
2025-01-07 14:41     ` Vincenzo Frascino [this message]
2025-01-07 12:44   ` Jessica Clarke
2025-01-07 14:49     ` Vincenzo Frascino
2025-01-03 18:16 ` [PATCH v4 3/4] arm64: dts: morello: Add support for soc dts Vincenzo Frascino
2025-01-03 18:16 ` [PATCH v4 4/4] MAINTAINERS: Add Vincenzo Frascino as Arm Morello Maintainer Vincenzo Frascino

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=881c5084-3487-4ae2-9140-8d393e934652@arm.com \
    --to=vincenzo.frascino@arm.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=liviu.dudau@arm.com \
    --cc=lpieralisi@kernel.org \
    --cc=robh@kernel.org \
    --cc=sudeep.holla@arm.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