Re: [PATCH v2 2/6] arm64: dts: ti: k3-am62-wakeup: add VTM node

From: Bryan Brattlof
Date: Mon Jan 30 2023 - 20:58:01 EST


Hi Vignesh!

On January 28, 2023 thus sayeth Raghavendra, Vignesh:
> Hi Bryan,
>
> On 1/20/2023 6:00 AM, Bryan Brattlof wrote:
> > @@ -94,10 +95,13 @@ cbass_wakeup: bus@2b000000 {
> > compatible = "simple-bus";
> > #address-cells = <2>;
> > #size-cells = <2>;
> > - ranges = <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>, /* Peripheral Window */
> > + ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
>
> You would need to update unit address in node name as well:
> cbass_wakeup: bus@b00000 {

Ah! I missed that. I'll get this fixed

~Bryan