From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9BF0C433E0 for ; Fri, 19 Jun 2020 16:27:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B4529217A0 for ; Fri, 19 Jun 2020 16:27:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="ArowfuHI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394868AbgFSQ1F (ORCPT ); Fri, 19 Jun 2020 12:27:05 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:50666 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390094AbgFSQ1C (ORCPT ); Fri, 19 Jun 2020 12:27:02 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 05JGQwFp077473; Fri, 19 Jun 2020 11:26:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1592584018; bh=chC6pirnioIvgefBUFNtXHQtUPYlAklhZc784jj70us=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=ArowfuHI6C+C60biqKWTfyl8YL+yIj+CQXlacknyNJoGoC5aBrxqwc430yoERWj5o LRkyN0+EiGJGLJCpts/A1g1DYAKteUAAtwIs2IYdpqQ3cfDxn+WfJUtn1GnVO63OPa Gzv3rMy0NkgRSacNTQKWXKbnaQsq2kw01jBdNDhY= Received: from DLEE106.ent.ti.com (dlee106.ent.ti.com [157.170.170.36]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 05JGQwrQ058946; Fri, 19 Jun 2020 11:26:58 -0500 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Fri, 19 Jun 2020 11:26:57 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Fri, 19 Jun 2020 11:26:57 -0500 Received: from [10.250.100.73] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 05JGQtMA051337; Fri, 19 Jun 2020 11:26:56 -0500 Subject: Re: [PATCH 0/2] arm64: dts: ti: k3: add platforms chipid module nodes To: Peter Ujfalusi , Tero Kristo , Nishanth Menon CC: Dave Gerlach , , Rob Herring , Santosh Shilimkar , References: <20200613164346.28852-1-grygorii.strashko@ti.com> <8b8f7f92-571d-4a44-4858-7d79676a6375@ti.com> From: Grygorii Strashko Message-ID: <1dcd2e6c-924d-8151-8100-0b42f154a59c@ti.com> Date: Fri, 19 Jun 2020 19:26:57 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <8b8f7f92-571d-4a44-4858-7d79676a6375@ti.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15/06/2020 10:47, Peter Ujfalusi wrote: > Hi Grygorii, > > On 13/06/2020 19.43, Grygorii Strashko wrote: >> Hi Tero, >> >> Hence k3 platforms chipid module driver was merged, there is follow up series >> to add corresponding DT chipid nodes. >> >> [1] https://lkml.org/lkml/2020/5/29/979 >> >> Grygorii Strashko (2): >> arm64: dts: ti: k3-am65-wakeup: add k3 platforms chipid module node >> arm64: dts: ti: k3-j721e-mcu-wakeup: add k3 platforms chipid module node > > Can you also send a patch to enable the socinfo build? Posted. > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 8dd05b2a925c..1d3710e3626a 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -98,6 +98,7 @@ config ARCH_K3 > select TI_SCI_PROTOCOL > select TI_SCI_INTR_IRQCHIP > select TI_SCI_INTA_IRQCHIP > + select TI_K3_SOCINFO > help > This enables support for Texas Instruments' K3 multicore SoC > architecture. > > With this added: > Tested-by: Peter Ujfalusi Tero: FYI. There is no dependecies for this series. Best regards, grygorii