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.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 B9B42C49EA5 for ; Thu, 24 Jun 2021 22:30:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 93029610A0 for ; Thu, 24 Jun 2021 22:30:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232844AbhFXWdK (ORCPT ); Thu, 24 Jun 2021 18:33:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbhFXWdI (ORCPT ); Thu, 24 Jun 2021 18:33:08 -0400 Received: from mail-pf1-x436.google.com (mail-pf1-x436.google.com [IPv6:2607:f8b0:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA4CAC061574; Thu, 24 Jun 2021 15:30:47 -0700 (PDT) Received: by mail-pf1-x436.google.com with SMTP id t32so6447302pfg.2; Thu, 24 Jun 2021 15:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=t1WDXuUmSX0SVrD252BOWsAIUItp3RFhB8/dNy2hUvM=; b=EEklot8MDUnEqSxvwxtaJrp+Vjeq/D890xz93XYPwMjM0wGE5lt2cK3lqigu7VO0T6 X/uRoGtgDvswkZqYMTTlne2AXLsSHpUcE7hlyx3ApW/cJUuQP30fUU/kPw2PZ4T5J0OR daE3pHf9zMFIK9WGL4lAHxIDId+mqLwPRz/b0aZpuxYE6RZzoEdcBYprdsFRdumfp+6A DCIA0alNM5RGRg6FRqvTKcHTJ4gq20xf1SNe8tY1mio+ek0xToKiHjEZQtWcBE9zK+qy qJ0Uts1Dkkpl3WibMGmT0MZWATDAiSqlNpSn6HsSQCf2hFtQ0glB6SUAsziIGFnw6sx0 Oszg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=t1WDXuUmSX0SVrD252BOWsAIUItp3RFhB8/dNy2hUvM=; b=gLFhnSYbfqLDDujzxxGlaCgY6hWl9Ab/Iu+eUe+YZOxPg+Ch9RSTLMdi0UosIw0r7u Ci3PNYgvesRNs1JidX81XWvZkgLiKT2FKCJGI+a+OUgNmNU6lBEpL/1zGD2MNrvc111z Zy7FnVv1vFfyBFbHNXIiJxszMEUIFvyAT9ZUhMWG73TTLcNcMnytQH51RQKxipHUTtSd 19kYvdivePf2x6BbHssHxJkDHee/V+dVKcN088YkyHlXayUyetBXjB+OyA8YOGLSYYKz iy7rT1VcmRGn+QNX9iLUBB4tUMKT7A3BoGATdkqOdwm7zPN5whsoQCICbRWa/9kJmV8m Wuig== X-Gm-Message-State: AOAM5321inGvknFba8YltlwIbDrUTUV41KttBv32ac5V3BjpXWhZSCfY lp8jgUwUsr6h/FV4LoVHzHQ= X-Google-Smtp-Source: ABdhPJz5BWnu5UQQQJfNxAzQHlvBctgUg7O6eEBQ5Gmuu4uyYdUz+eOEdWvjiYuV7pUPNUO4yrio2w== X-Received: by 2002:a62:581:0:b029:301:9082:7283 with SMTP id 123-20020a6205810000b029030190827283mr7224799pff.37.1624573847407; Thu, 24 Jun 2021 15:30:47 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id s4sm3438798pju.17.2021.06.24.15.30.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Jun 2021 15:30:46 -0700 (PDT) From: Florian Fainelli To: bcm-kernel-feedback-list@broadcom.com, Matthew Hagan Cc: Rob Herring , Ray Jui , Scott Branden , Sam Ravnborg , Krzysztof Kozlowski , Geert Uytterhoeven , Viresh Kumar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/3] dt-bindings: arm: bcm: add NSP devices to SoCs Date: Thu, 24 Jun 2021 15:30:37 -0700 Message-Id: <20210624223037.1314943-1-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210610203524.2215918-2-mnhagan88@gmail.com> References: <20210610203524.2215918-1-mnhagan88@gmail.com> <20210610203524.2215918-2-mnhagan88@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Jun 2021 21:35:11 +0100, Matthew Hagan wrote: > Currently only the SoC names are added. This patch expands these to add > the devices. > > Signed-off-by: Matthew Hagan > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks! -- Florian 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=-13.7 required=3.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT 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 05DF2C49EA5 for ; Thu, 24 Jun 2021 22:32:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 C3FB8610A0 for ; Thu, 24 Jun 2021 22:32:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C3FB8610A0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3Trp+90aIebvFAqIiUblK8Mcm3pThQniWAorYOj/5+E=; b=oKhoCwwMvvih38 C5shYI2sbKQ/GDAAMZaHtUdfeHC53vljUSErefJ58WuCLkhB1UtPIIs2eh6WQe7/UEIY+IjdtuoP0 l3rIRKBz9/WzfAbr2fBqEK/dAGyroaTiv9+69XqWYTaimyQXjeRTNcSSPfYh4e+2kzRFpXrrdfBTB E+Bhci4AEYWySAyIzyyt3hMxhPqFrpsL/ukUSheTG+1fA5WuQ0gVF8U+u7HF1rKFLcrntoXbnsuIw 0mjp/JE7a5Ix8UQNnR3H86bubcUb+9gwJXU+aGMLp/8sm1NByjyQghEx9jiUlSBKtsu9UiYzzPBDp tdOomw0+ErL9j1D3FIQg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lwXs4-00GWh5-Qy; Thu, 24 Jun 2021 22:30:53 +0000 Received: from mail-pf1-x42f.google.com ([2607:f8b0:4864:20::42f]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lwXs0-00GWfe-4X for linux-arm-kernel@lists.infradead.org; Thu, 24 Jun 2021 22:30:49 +0000 Received: by mail-pf1-x42f.google.com with SMTP id c5so6430632pfv.8 for ; Thu, 24 Jun 2021 15:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=t1WDXuUmSX0SVrD252BOWsAIUItp3RFhB8/dNy2hUvM=; b=EEklot8MDUnEqSxvwxtaJrp+Vjeq/D890xz93XYPwMjM0wGE5lt2cK3lqigu7VO0T6 X/uRoGtgDvswkZqYMTTlne2AXLsSHpUcE7hlyx3ApW/cJUuQP30fUU/kPw2PZ4T5J0OR daE3pHf9zMFIK9WGL4lAHxIDId+mqLwPRz/b0aZpuxYE6RZzoEdcBYprdsFRdumfp+6A DCIA0alNM5RGRg6FRqvTKcHTJ4gq20xf1SNe8tY1mio+ek0xToKiHjEZQtWcBE9zK+qy qJ0Uts1Dkkpl3WibMGmT0MZWATDAiSqlNpSn6HsSQCf2hFtQ0glB6SUAsziIGFnw6sx0 Oszg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=t1WDXuUmSX0SVrD252BOWsAIUItp3RFhB8/dNy2hUvM=; b=LUWrb3xGKMdpCianOw/VgqgvgjLrxxJrEzlVBCTy8eJLyG9o3s0tBm7O1V5N0FwQLE aZmSPp6Mt0mFbErV45TWSTL6TNDZyAgFI59JaNMIX0apgUpVd4D/kHKalIuppKSN59Lu pfeKW4dDNSnFZW2pufXxtyG/6j/0sZCF7gppJrwKA6gB0le3lWkT5qSc3JGy5xv0owHU NEbB5Bu4C1728fqeZZ0ybINwcil6rGWEBQScmShw9q/kcsLR1FSxNEn9PkvEjz5i7p2f Sui8RQL1suy0zG1AXuBCBvDrqEdnMEaRnCdhdVpRn/LHOZ5LYFvz8LQGJ6cf2sO4CIgS 88/A== X-Gm-Message-State: AOAM532WiL8uIeyonxZEMRMolbo9dCL05s58dzuMCH6RRnwR3kiZAEZw tuiLiapGQsUhHsi87gximR0= X-Google-Smtp-Source: ABdhPJz5BWnu5UQQQJfNxAzQHlvBctgUg7O6eEBQ5Gmuu4uyYdUz+eOEdWvjiYuV7pUPNUO4yrio2w== X-Received: by 2002:a62:581:0:b029:301:9082:7283 with SMTP id 123-20020a6205810000b029030190827283mr7224799pff.37.1624573847407; Thu, 24 Jun 2021 15:30:47 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id s4sm3438798pju.17.2021.06.24.15.30.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Jun 2021 15:30:46 -0700 (PDT) From: Florian Fainelli To: bcm-kernel-feedback-list@broadcom.com, Matthew Hagan Cc: Rob Herring , Ray Jui , Scott Branden , Sam Ravnborg , Krzysztof Kozlowski , Geert Uytterhoeven , Viresh Kumar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/3] dt-bindings: arm: bcm: add NSP devices to SoCs Date: Thu, 24 Jun 2021 15:30:37 -0700 Message-Id: <20210624223037.1314943-1-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210610203524.2215918-2-mnhagan88@gmail.com> References: <20210610203524.2215918-1-mnhagan88@gmail.com> <20210610203524.2215918-2-mnhagan88@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210624_153048_211693_DC6D657A X-CRM114-Status: GOOD ( 11.37 ) 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 Thu, 10 Jun 2021 21:35:11 +0100, Matthew Hagan wrote: > Currently only the SoC names are added. This patch expands these to add > the devices. > > Signed-off-by: Matthew Hagan > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks! -- Florian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel