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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED 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 A3851C43140 for ; Thu, 21 Jun 2018 05:40:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5B78A2075E for ; Thu, 21 Jun 2018 05:40:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5B78A2075E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932792AbeFUFkP (ORCPT ); Thu, 21 Jun 2018 01:40:15 -0400 Received: from muru.com ([72.249.23.125]:48584 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbeFUFkO (ORCPT ); Thu, 21 Jun 2018 01:40:14 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 53D25806C; Thu, 21 Jun 2018 05:42:57 +0000 (UTC) Date: Wed, 20 Jun 2018 22:40:10 -0700 From: Tony Lindgren To: Nishanth Menon Cc: Will Deacon , Catalin Marinas , Mark Rutland , Rob Herring , Russell King , Santosh Shilimkar , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tero Kristo , Sekhar Nori , Olof Johansson , Arnd Bergmann , Sudeep Holla Subject: Re: [PATCH 0/5] arm64: Initial support Texas Instrument's AM654 Platform Message-ID: <20180621054010.GE112168@atomide.com> References: <20180619194253.27288-1-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180619194253.27288-1-nm@ti.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nishanth Menon [180619 19:46]: > Hi, > This is an update from RFC posted earlier: > https://marc.info/?l=linux-arm-kernel&m=152817866312732&w=2 > > The following series enables support for newest addition in TI's SoC > portfolio - AM654 SoC. > > The series is based off v4.18-rc1, also available here: > https://github.com/nmenon/linux-2.6-playground/tree/upstream/v4.18-rc1/k3-1-am6-base > > Key changes since RFC are indicated in respective patches: > * dt bindings updates (from review comments) > * device tree is split up to incorporate ranges and bus segments > * Cosmetic fixes including renaming the base dts to prevent confusion > * UART has been split out Other than the cbass to interrconnect naming, looks good to me now: Reviewed-by: Tony Lindgren