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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 E88AFC32793 for ; Sun, 29 Sep 2019 14:24:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA47121882 for ; Sun, 29 Sep 2019 14:24:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728880AbfI2OYx (ORCPT ); Sun, 29 Sep 2019 10:24:53 -0400 Received: from gloria.sntech.de ([185.11.138.130]:43476 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbfI2OYx (ORCPT ); Sun, 29 Sep 2019 10:24:53 -0400 Received: from ip5f5a6266.dynamic.kabel-deutschland.de ([95.90.98.102] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iEa80-0008VQ-Bc; Sun, 29 Sep 2019 16:24:48 +0200 From: Heiko Stuebner To: Douglas Anderson Cc: mka@chromium.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: rockchip: Add cpu id to rk3288 efuse node Date: Sun, 29 Sep 2019 16:24:47 +0200 Message-ID: <9574075.6R2mNjq6rT@phil> In-Reply-To: <20190919142611.1.I309434f00a2a9be71e4437991fe08abc12f06e2e@changeid> References: <20190919142611.1.I309434f00a2a9be71e4437991fe08abc12f06e2e@changeid> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 19. September 2019, 23:26:41 CEST schrieb Douglas Anderson: > This just adds in another field of what's stored in the e-fuse on > rk3288. Though I can't personally promise that every rk3288 out there > has the CPU ID stored in the eFuse at this location, there is some > evidence that it is correct: > - This matches what was in the Chrome OS 3.14 branch (see > EFUSE_CHIP_UID_OFFSET and EFUSE_CHIP_UID_LEN) for rk3288. > - The upstream rk3399 dts file has this same data at the same offset > and with the same length, indiciating that this is likely common for > several modern Rockchip SoCs. > > Signed-off-by: Douglas Anderson applied for 5.5 Thanks Heiko