Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755751AbdLTVpO (ORCPT ); Wed, 20 Dec 2017 16:45:14 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:42280 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751955AbdLTVpI (ORCPT ); Wed, 20 Dec 2017 16:45:08 -0500 X-Google-Smtp-Source: ACJfBouDkpurh4sM7wgmVmakuuzsjSqBHHJ9AiIP89PAhlw9aqtjFx4IwPzhGIwyGn4BWiRJmU08gA== Date: Wed, 20 Dec 2017 15:45:04 -0600 From: Rob Herring To: kevans91@ksu.edu Cc: Srinivas Kandagatla , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Russell King , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH v2] ARM: dts: sunxi: Add sid for a83t Message-ID: <20171220214504.5n6w5yijwu3iek5l@rob-hp-laptop> References: <20171219210523.10428-1-kevans91@ksu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171219210523.10428-1-kevans91@ksu.edu> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 688 Lines: 18 On Tue, Dec 19, 2017 at 03:05:23PM -0600, kevans91@ksu.edu wrote: > Allwinner a83t has a 1 KB sid block with efuse for security rootkey and > thermal calibration data, add node to describe it. > > a83t-sid is not currently supported by nvmem/sunxi-sid, but it is > supported in an external driver for FreeBSD. > > Signed-off-by: Kyle Evans > --- > > Changes in v2: > - remove bogus "From:" line in commit text; no functional change > > Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt | 1 + > arch/arm/boot/dts/sun8i-a83t.dtsi | 5 +++++ > 2 files changed, 6 insertions(+) Reviewed-by: Rob Herring