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 8BB2AC46467 for ; Wed, 11 Jan 2023 15:54:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232227AbjAKPxx (ORCPT ); Wed, 11 Jan 2023 10:53:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232469AbjAKPxY (ORCPT ); Wed, 11 Jan 2023 10:53:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7AD4FBED; Wed, 11 Jan 2023 07:53:23 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1B03361D79; Wed, 11 Jan 2023 15:53:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 700B9C433D2; Wed, 11 Jan 2023 15:53:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673452402; bh=rr5zFASVU5f5em14U4Ba7dIwrNEf/QsASthAq60dq/8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Yvyp8KEgEx2hMeaFHEZlur6pkMY/2sOpoDYaLqZZsyojp+PaIhig1NLQJB6tDcUp3 rxS2dsaHnEG51rwe1GrKoEXIKM7R1t7aC+4c7mcaI0mBVpqGKlcaTevOp9xKwHVeYY Z8UzVcXHdvhSBhjVORm12alZkbSdqdxHQpEoROk89FgEyKUPJ/x1JZIfMachRZSHgJ snluqhDrWwNBKd1lYRroRwVfMK21LW/daZjudGIoBKHZ+CnXpHTRJ0AEoBdb7wtZhH /vTklZmifqezfYbNdEhpgEGuYQ9qa6VmH4M/1n5SLGvA/o6gDDoxD81BOjlOQ3DVY1 bNZcohMZd2nbQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pFdPq-0001bf-Qz; Wed, 11 Jan 2023 16:53:26 +0100 Date: Wed, 11 Jan 2023 16:53:26 +0100 From: Johan Hovold To: Eric Chanudet Cc: Johan Hovold , Bjorn Andersson , Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Andrew Halaney , Brian Masney , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] arm64: dts: qcom: sa8450p-pmics: add missing interrupt include Message-ID: References: <20230111082331.20641-1-johan+linaro@kernel.org> <20230111082331.20641-2-johan+linaro@kernel.org> <20230111150619.2g737hldisyhceri@echanude> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230111150619.2g737hldisyhceri@echanude> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jan 11, 2023 at 10:06:19AM -0500, Eric Chanudet wrote: > On Wed, Jan 11, 2023 at 09:23:30AM +0100, Johan Hovold wrote: > > Add the missing interrupt-controller include which is needed by the RTC > > node. > > > > Signed-off-by: Johan Hovold > > Reviewed-by: Eric Chanudet > > Nit: sa8450p-pmics -> sa8540p-pmics in the subject. It was mistyped in > the commit renaming the file unfortunately. Ah, good catch. I'll resend with that fixed. Thanks. Johan