Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A64B3C27C76 for ; Sat, 28 Jan 2023 05:23:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229862AbjA1FXg (ORCPT ); Sat, 28 Jan 2023 00:23:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54110 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229464AbjA1FXb (ORCPT ); Sat, 28 Jan 2023 00:23:31 -0500 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFA81559D; Fri, 27 Jan 2023 21:23:28 -0800 (PST) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30S5NCKB080773; Fri, 27 Jan 2023 23:23:12 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1674883392; bh=DcBYdWmgILJX8YWf+duJ8R+qAHHjNmga6Oww9qtoh30=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=tQoKytS2JnuzoFVY3CEIWNaRvhxe1lFqqIkoGfcCk6P5QJA7IYINvTih2QxLl39i5 REfY95zRr4unplqMgU3kL+PKUvbVXfRfQEyu9Ld7S2jf4Q1GNdBZXyd4E3AdQkRe8u GiCA0qYv0lgZC7qMOjk5sU39i8SNtgdG0c2/H8o0= Received: from DFLE107.ent.ti.com (dfle107.ent.ti.com [10.64.6.28]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30S5NCI7009282 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 27 Jan 2023 23:23:12 -0600 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 27 Jan 2023 23:23:12 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Fri, 27 Jan 2023 23:23:12 -0600 Received: from [10.250.233.254] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30S5N9ee075765; Fri, 27 Jan 2023 23:23:09 -0600 Message-ID: <0172f045-4bd0-ec5e-35a0-efc80da5ace0@ti.com> Date: Sat, 28 Jan 2023 10:53:08 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 Subject: Re: [PATCH v2 2/6] arm64: dts: ti: k3-am62-wakeup: add VTM node Content-Language: en-US To: Bryan Brattlof , Nishanth Menon , Tero Kristo , Rob Herring , Krzysztof Kozlowski CC: ARM Linux Mailing List , Device Tree Mailing List , Linux Kernel Mailing List , Keerthy References: <20230120003051.9100-1-bb@ti.com> <20230120003051.9100-3-bb@ti.com> From: "Raghavendra, Vignesh" In-Reply-To: <20230120003051.9100-3-bb@ti.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 { > + <0x00 0x2b000000 0x00 0x2b000000 0x00 0x00300400>, /* Peripheral Window */ > <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>; > }; > }; > + > + #include "k3-am62-thermal.dtsi" > }; Regards Vignesh