Re: [PATCH v2 3/3] arm64: dts: ti: k3-am62l: add initial reference board file

From: Bryan Brattlof
Date: Thu Jan 09 2025 - 12:44:55 EST


Hi Krzysztof!

On January 9, 2025 thus sayeth Krzysztof Kozlowski:
> On Wed, Jan 08, 2025 at 04:51:55PM -0600, Bryan Brattlof wrote:
> > + chosen {
> > + stdout-path = &main_uart0;
> > + };
> > +
> > + memory@80000000 {
> > + reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
> > + device_type = "memory";
> > + bootph-all;
> > + };
> > +};
> > +
> > +&pmx0 {
> > + main_uart0_pins_default: main_uart0-default-pins {
>
> Avoid underscore in node names.
>

Ah thanks! yeah apparently I didn't pay enough attention when updating
this node. Thanks for the review

~Bryan