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=-17.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 22EB3C43381 for ; Tue, 9 Mar 2021 15:39:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0C4D65279 for ; Tue, 9 Mar 2021 15:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231516AbhCIPjX (ORCPT ); Tue, 9 Mar 2021 10:39:23 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:47152 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230478AbhCIPjF (ORCPT ); Tue, 9 Mar 2021 10:39:05 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 129FctWI017748; Tue, 9 Mar 2021 09:38:55 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1615304335; bh=G0ExlFHKtBAp5VXjCHg03TV5G46LeEwSAT/3Tybj83g=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=tiq+y+SWp0WYku+jiq84sw18IgzMD+QaREBsuCnA1ZV4yce7cTPcm15Hh1f7r6MIM QZ7Bbd02YCBvOuD3eTiHxwfC+gqNAdK6+3jsTS1QpNEGZWa8kN0hC1GnvQqJIywzR2 uhBiLd5j9vRD8SNU38ox+tDKi+keNN6LgU8/YP3I= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 129FcsaA004738 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 9 Mar 2021 09:38:54 -0600 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 9 Mar 2021 09:38:54 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 9 Mar 2021 09:38:54 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 129Fcsdp016578; Tue, 9 Mar 2021 09:38:54 -0600 Date: Tue, 9 Mar 2021 09:38:54 -0600 From: Nishanth Menon To: Jan Kiszka CC: Vignesh Raghavendra , Tero Kristo , Rob Herring , , Bao Cheng Su , , , Le Jin Subject: Re: [PATCH v3 3/4] arm64: dts: ti: Add support for Siemens IOT2050 boards Message-ID: <20210309153854.mk4fm2acttt5wufi@clanking> References: <0c64b6ad43e7a691c1547524da4a9fd33e61c70c.1613071976.git.jan.kiszka@siemens.com> <95e4231c-6bee-ba64-412f-87d257df61c4@ti.com> <0561ad0d-7297-35ad-a3a9-49dc9a6bacd3@siemens.com> <20210309151019.kbay4ragt6ctyhmx@remote> <58952252-1770-a226-828b-dd58fd466ae8@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <58952252-1770-a226-828b-dd58fd466ae8@siemens.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16:22-20210309, Jan Kiszka wrote: > On 09.03.21 16:10, Nishanth Menon wrote: > > On 09:38-20210309, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> Add support for two Siemens SIMATIC IOT2050 variants, Basic and > >> Advanced. They are based on the TI AM6528 GP and AM6548 SOCs HS, thus > >> differ in their number of cores and availability of security features. > >> Furthermore the Advanced version comes with more RAM, an eMMC and a few > >> internal differences. > >> > >> Based on original version by Le Jin. > >> > >> Link: https://new.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-iot2050.html > >> Link: https://github.com/siemens/meta-iot2050 > >> Signed-off-by: Jan Kiszka > >> Reviewed-by: Vignesh Raghavendra > >> --- > > > > Jan, > > > > I am not sure if > > https://lore.kernel.org/linux-arm-kernel/20210304160712.8452-2-s-anna@ti.com/ > > is going to impact your platform. I am planning on picking that series up today. > > might be good to test against tomorrow's next - running through my basic > > tests right now before committing to the ICSS-G nodes being picked up. > > > > If you could repost after testing against tomorrow's next, it will > > probably be better. > > Thanks, I was already on CC. That series does not affect the board > features as configured in this patch. However, we are eagerly awaiting > ISCCG and then PRU Ethernet support in upstream as this is used on our > boards, with both SR1.0 and (upcoming) SR2.0. Cool, thanks. > > However, I can update [1] with that series and retest our staging > integration. But as you can see from the topmost commit, it is > constantly shaking as upstreaming goes on. Yep, hopefully things should settle down soon-ish, I hope. Thanks for the link. > > Jan > > [1] https://github.com/siemens/linux/commits/jan/iot2050 > > -- > Siemens AG, T RDA IOT > Corporate Competence Center Embedded Linux -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D 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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable 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 27437C433DB for ; Tue, 9 Mar 2021 15:40:44 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 98F1365238 for ; Tue, 9 Mar 2021 15:40:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 98F1365238 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:CC:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=+bZpPW8QjdR3mtvsWH+K0SjrKuTqX8zkMnG9uCvzgTg=; b=hJI1kWyfuqeW7u9c1k62Kxo1V t0s4e1wl5phpR4IVIGj3q/4WObYFHk+DibEhz94cn9PF7GXxXXu/oxD1rrRtk+z31Oys8TSYjFe8k aJHocB9ad/zjCeK5Z7lwhKEwzIsCvUd9Pd5Za/iu/y1iSg3RZtIaet/23iSdGHe6EsXZgnqTWZCO3 qFDPFLa278RkFALzWMGLHL4sJETpTRXQMIb0dQE48xOdPlQTmXwzRIhfAJ+/ugO67G5fssD6c6b2V fdwXUeZCvJu2F8n6xDioBKaRY0/tONjvNHw1LPuBvbfovq5q1sXMWjh2aDuaGJeUwh8n8lDf+KE2X /7nn384tQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lJeRr-004yoQ-Lv; Tue, 09 Mar 2021 15:39:03 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lJeRm-004ynu-EQ for linux-arm-kernel@lists.infradead.org; Tue, 09 Mar 2021 15:39:02 +0000 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 129FctWI017748; Tue, 9 Mar 2021 09:38:55 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1615304335; bh=G0ExlFHKtBAp5VXjCHg03TV5G46LeEwSAT/3Tybj83g=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=tiq+y+SWp0WYku+jiq84sw18IgzMD+QaREBsuCnA1ZV4yce7cTPcm15Hh1f7r6MIM QZ7Bbd02YCBvOuD3eTiHxwfC+gqNAdK6+3jsTS1QpNEGZWa8kN0hC1GnvQqJIywzR2 uhBiLd5j9vRD8SNU38ox+tDKi+keNN6LgU8/YP3I= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 129FcsaA004738 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 9 Mar 2021 09:38:54 -0600 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Tue, 9 Mar 2021 09:38:54 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Tue, 9 Mar 2021 09:38:54 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 129Fcsdp016578; Tue, 9 Mar 2021 09:38:54 -0600 Date: Tue, 9 Mar 2021 09:38:54 -0600 From: Nishanth Menon To: Jan Kiszka CC: Vignesh Raghavendra , Tero Kristo , Rob Herring , , Bao Cheng Su , , , Le Jin Subject: Re: [PATCH v3 3/4] arm64: dts: ti: Add support for Siemens IOT2050 boards Message-ID: <20210309153854.mk4fm2acttt5wufi@clanking> References: <0c64b6ad43e7a691c1547524da4a9fd33e61c70c.1613071976.git.jan.kiszka@siemens.com> <95e4231c-6bee-ba64-412f-87d257df61c4@ti.com> <0561ad0d-7297-35ad-a3a9-49dc9a6bacd3@siemens.com> <20210309151019.kbay4ragt6ctyhmx@remote> <58952252-1770-a226-828b-dd58fd466ae8@siemens.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <58952252-1770-a226-828b-dd58fd466ae8@siemens.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210309_153858_821413_CA3EFCE9 X-CRM114-Status: GOOD ( 24.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 16:22-20210309, Jan Kiszka wrote: > On 09.03.21 16:10, Nishanth Menon wrote: > > On 09:38-20210309, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> Add support for two Siemens SIMATIC IOT2050 variants, Basic and > >> Advanced. They are based on the TI AM6528 GP and AM6548 SOCs HS, thus > >> differ in their number of cores and availability of security features. > >> Furthermore the Advanced version comes with more RAM, an eMMC and a few > >> internal differences. > >> > >> Based on original version by Le Jin. > >> > >> Link: https://new.siemens.com/global/en/products/automation/pc-based/iot-gateways/simatic-iot2050.html > >> Link: https://github.com/siemens/meta-iot2050 > >> Signed-off-by: Jan Kiszka > >> Reviewed-by: Vignesh Raghavendra > >> --- > > > > Jan, > > > > I am not sure if > > https://lore.kernel.org/linux-arm-kernel/20210304160712.8452-2-s-anna@ti.com/ > > is going to impact your platform. I am planning on picking that series up today. > > might be good to test against tomorrow's next - running through my basic > > tests right now before committing to the ICSS-G nodes being picked up. > > > > If you could repost after testing against tomorrow's next, it will > > probably be better. > > Thanks, I was already on CC. That series does not affect the board > features as configured in this patch. However, we are eagerly awaiting > ISCCG and then PRU Ethernet support in upstream as this is used on our > boards, with both SR1.0 and (upcoming) SR2.0. Cool, thanks. > > However, I can update [1] with that series and retest our staging > integration. But as you can see from the topmost commit, it is > constantly shaking as upstreaming goes on. Yep, hopefully things should settle down soon-ish, I hope. Thanks for the link. > > Jan > > [1] https://github.com/siemens/linux/commits/jan/iot2050 > > -- > Siemens AG, T RDA IOT > Corporate Competence Center Embedded Linux -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel