[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aKTMA/006Nl/tOPT@molberding.nvidia.com>
Date: Tue, 19 Aug 2025 12:09:55 -0700
From: Marc Olberding <molberding@...dia.com>
To: Krzysztof Kozlowski <krzk@...nel.org>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Joel Stanley <joel@....id.au>,
Andrew Jeffery <andrew@...econstruct.com.au>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] ARM: dts: aspeed: Add device tree includes for the
cx8 switchboard
On Sat, Aug 16, 2025 at 10:16:06AM +0200, Krzysztof Kozlowski wrote:
>
>
> > +// SPDX-License-Identifier: GPL-2.0-or-later
>
> Odd license. Since when GPL-3.0 is okay?
>
Ack, missed this. Will fix.
> > +
> > +eeprom@56 {
> > + compatible = "atmel,24c128";
> > + reg = <0x56>;
> > +};
> > +
>
> This is some completely misplaced DTSI style. Don't do this...
Thanks for the feedback. I'm not sure which piece of this is wrong.
Is the issue with having the contents of an i2c bus in a dtsi file?
If so, would you prefer that we abandon the dtsi all together and
add the contents in the dts file that's currently including it? This is
a seperate board from the one that the dts file describes, and others
may use it when integrating with the mgx-cx8 board, so the thought was to break it out
as a separate file. The only interface we have to describe between the two boards
is i2c, so this structure seemed appropriate. If not, I'll gladly get rid of it.
If its something other than the file structure, please let me know.
Best regards,
Marc Olberding
Powered by blists - more mailing lists