[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0172f045-4bd0-ec5e-35a0-efc80da5ace0@ti.com>
Date: Sat, 28 Jan 2023 10:53:08 +0530
From: "Raghavendra, Vignesh" <vigneshr@...com>
To: Bryan Brattlof <bb@...com>, Nishanth Menon <nm@...com>,
Tero Kristo <kristo@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
CC: ARM Linux Mailing List <linux-arm-kernel@...ts.infradead.org>,
Device Tree Mailing List <devicetree@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Keerthy <j-keerthy@...com>
Subject: Re: [PATCH v2 2/6] arm64: dts: ti: k3-am62-wakeup: add VTM node
Hi Bryan,
On 1/20/2023 6:00 AM, Bryan Brattlof wrote:
> @@ -94,10 +95,13 @@ cbass_wakeup: bus@...00000 {
> 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@...000 {
> + <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>, /* Peripheral Window */
> <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>;
> };
> };
> +
> + #include "k3-am62-thermal.dtsi"
> };
Regards
Vignesh
Powered by blists - more mailing lists