From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753190AbdGJB0H (ORCPT ); Sun, 9 Jul 2017 21:26:07 -0400 Received: from mail-it0-f66.google.com ([209.85.214.66]:32878 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752749AbdGJB0F (ORCPT ); Sun, 9 Jul 2017 21:26:05 -0400 Date: Sun, 9 Jul 2017 20:26:03 -0500 From: Rob Herring To: Finley Xiao Cc: srinivas.kandagatla@linaro.org, mark.rutland@arm.com, heiko@sntech.de, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jay.xu@rock-chips.com, huangtao@rock-chips.com, tony.xie@rock-chips.com, cl@rock-chips.com Subject: Re: [PATCH 1/2] nvmem: rockchip-efuse: parse 'rockchip,efuse-size' Message-ID: <20170710012603.yf3onf5kp6wgi3b3@rob-hp-laptop> References: <1499326597-10821-1-git-send-email-finley.xiao@rock-chips.com> <1499326597-10821-2-git-send-email-finley.xiao@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1499326597-10821-2-git-send-email-finley.xiao@rock-chips.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 06, 2017 at 03:36:36PM +0800, Finley Xiao wrote: > The eFuse size is defined in property before, but the length > of registers is not equal to the size on some platforms, so we > add a new property to redefine it. > > Signed-off-by: Finley Xiao > --- > Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt | 4 ++++ > drivers/nvmem/rockchip-efuse.c | 4 +++- > 2 files changed, 7 insertions(+), 1 deletion(-) Acked-by: Rob Herring