From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Branden Subject: Re: [PATCH] arm64: dts: stingray: Add otp device node Date: Mon, 4 Jun 2018 14:30:47 -0700 Message-ID: References: <1527106630-4760-1-git-send-email-scott.branden@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Florian Fainelli , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon Cc: BCM Kernel Feedback , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org Hi Florian, On 18-06-04 02:24 PM, Florian Fainelli wrote: > On 05/23/2018 01:17 PM, Scott Branden wrote: >> Add otp device node for Stingray SOC. >> >> Fixes: 2fa9e9e29ea2 ("arm64: dts: Add GPIO DT nodes for Stingray SOC") >> Signed-off-by: Scott Branden > Applied to devicetree-arm64/next with s/otp/OTP/ and removing the Fixes > line since that is not a bug fix AFAICT. It fixes the issue that OTP is not active as it is missing the device node? > > Thank you