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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D03FFEB64D8 for ; Wed, 21 Jun 2023 07:07:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231209AbjFUHH6 (ORCPT ); Wed, 21 Jun 2023 03:07:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230231AbjFUHHz (ORCPT ); Wed, 21 Jun 2023 03:07:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 011B91704; Wed, 21 Jun 2023 00:07:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 921186148F; Wed, 21 Jun 2023 07:07:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7EAFC433C0; Wed, 21 Jun 2023 07:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687331274; bh=kN+4TA7hOi5aHNRfw/fpGeCplr4/QRLv8TMeQlLQpXw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BTQkhk0mIay5EeH9GTQe6bvPrjgIfDdIsjHsUIzcV4AA9YzNSAUmwkKLaxQ41K0tS JOlfHUKN5VDDwlWmLx6EFJPfdzK4kGR9ajPuSTe/JKe+NgTSGeagOeW3rpCngOYRth e3etVlRFgdLyWKkk18sUyheDd9raxlka5vdGVf9Yc6Pyzra+gSt/OzoqALYnmF8V4w NMjiiWeQw7BEE2aj5yyLQA/0/hmRYdGNZARAkz3FoeR4zZahsNnLGNEHoyBWEvEcfG TlG4d27XbL+xJ6tPHdDe9qjffKfk4kqgCUFg0n3zyNUcnJFCmYbGzZFYeLRHPmnZTs OvgW0qIiEQ7Tw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1qBrwa-0005ay-Iy; Wed, 21 Jun 2023 09:07:56 +0200 Date: Wed, 21 Jun 2023 09:07:56 +0200 From: Johan Hovold To: Bjorn Andersson Cc: Bjorn Andersson , Konrad Dybcio , Johan Hovold , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] arm64: dts: qcom: sc8280xp-crd: Fix naming of regulators Message-ID: References: <20230620203915.141337-1-quic_bjorande@quicinc.com> <20230620203915.141337-2-quic_bjorande@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230620203915.141337-2-quic_bjorande@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jun 20, 2023 at 01:39:15PM -0700, Bjorn Andersson wrote: > The external regulators in the CRD seems to have inherited their names > from the X13s DeviceTree, correct them. Yeah, without access to the schematics that's a guess as good as anything. Fortunately, you're there to dig out the names. :) > Signed-off-by: Bjorn Andersson Reviewed-by: Johan Hovold