From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 07/22] arm64: dts: qcom: pm8150: Add pon and rtc nodes Date: Wed, 14 Aug 2019 10:03:48 -0700 Message-ID: <20190814170349.7E4462173E@mail.kernel.org> References: <20190814125012.8700-1-vkoul@kernel.org> <20190814125012.8700-8-vkoul@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190814125012.8700-8-vkoul@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, Bjorn Andersson , sibis@codeaurora.org, Vinod Koul , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org Quoting Vinod Koul (2019-08-14 05:49:57) > PM8150 PMIC contains pon and rtc devices so add nodes for these. >=20 > Signed-off-by: Vinod Koul > --- Squash this with the other patch? > @@ -12,6 +13,25 @@ > #address-cells =3D <1>; > #size-cells =3D <0>; > =20 > + pon: pon@800 { > + compatible =3D "qcom,pm8916-pon"; > + reg =3D <0x0800>; > + pwrkey { > + compatible =3D "qcom,pm8941-pwrkey"; > + interrupts =3D <0x0 0x8 0 IRQ_TYPE_EDGE_B= OTH>; > + debounce =3D <15625>; > + bias-pull-up; > + linux,code =3D ; status =3D "disabled"? > + }; > + }; > + > + rtc@6000 { > + compatible =3D "qcom,pm8941-rtc"; > + reg =3D <0x6000>; > + reg-names =3D "rtc", "alarm"; > + interrupts =3D <0x0 0x61 0x1 IRQ_TYPE_NONE>; status =3D "disabled"? > + }; > + > pm8150_gpios: gpio@c000 { > compatible =3D "qcom,pm8150-gpio"; > reg =3D <0xc000>; > --=20 > 2.20.1 >=20