From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E5B1A153BCF; Wed, 3 Apr 2024 17:16:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712164620; cv=none; b=FHVQt1c3PzUhx5g12JHIchCOkt+bj7SIK3InDoM0uxosFGiwXoKdDGwbU8blA1TSJgJffujb4iPS4klqq7txt/5o3DeaGb1X8bDeM4HXkDdxGb/cQmcuxXM8se3gCR1E0dZH3Drmw7HoLyxNGtSGwhC5SBaa1JP4qoBeMMTFN90= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712164620; c=relaxed/simple; bh=5IR++65FlHu01isFQjZhfdhp3KWxn+RRSi/SkhjyoCs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=D1CC6SIGIL4vm1TnzRoRtWOa7KGVGdHyygkOyFf2J596aUFBDlTCJwiTw0LdsTo53QUjBP8TDH3gvVXL0qFMiqaY4CnlP6cQd4kt8uAWSl7izUoxMitFx1PqBS5OzIVcBRosKzeAUmll0VOPNMVTMpPZ0mmbraChgGZHQTvwgnc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GhnEHUTo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GhnEHUTo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A38BC433F1; Wed, 3 Apr 2024 17:16:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712164619; bh=5IR++65FlHu01isFQjZhfdhp3KWxn+RRSi/SkhjyoCs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GhnEHUToenowUMHc5izmmF0gkGcEyLNaISwSPjnOMg520ayyheT4/geJrmwRWvdra zegsuX2X0ZhTGeHFiq6TuS/1zF/mRfDq+V1hUrc/ZLlo88qMxp9gXQiCcJLDSOgjQs iSlBBCNcFpE7FCYfOQoGS20D1EnLh8E3/FfpvcShzp7CYmjWdPcvtfNzQNsHLJFDKT 9WURIeaOKU21946bpaGNKEbpDHyqOrgYErOx/Khm7Wxqzjp6cREtEGHVcyYVrNmBIf pNFkwSRVcJ1nUHqoma3PIJ0WUcFDIO61zM8eO2hw2RahgRIFFuouwcYzRI9fiIAF/l 306sp4TlGhnWA== Date: Wed, 3 Apr 2024 12:16:57 -0500 From: Rob Herring To: Alexander Reimelt Cc: konrad.dybcio@linaro.org, devicetree@vger.kernel.org, pvorel@suse.cz, andersson@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, linux-arm-msm@vger.kernel.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: arm: qcom: Add LG G4 (h815) Message-ID: <171216461463.4018435.3466905061314737419.robh@kernel.org> References: <20240403104415.30636-1-alexander.reimelt@posteo.de> <20240403104415.30636-2-alexander.reimelt@posteo.de> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240403104415.30636-2-alexander.reimelt@posteo.de> On Wed, 03 Apr 2024 10:43:29 +0000, Alexander Reimelt wrote: > International variant of the LG G4 from 2015. > > Signed-off-by: Alexander Reimelt > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring