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 671BB5D91C; Thu, 14 Dec 2023 15:59:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oE/U4nNR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 326FEC433C8; Thu, 14 Dec 2023 15:59:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702569595; bh=7CoqfRw4JMr1mH61QnY6pnHqNDAJkzpjjIZkWX4fWDo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oE/U4nNRQ8qAZMz6rhJ8Sce7YX983atw1Ny0Zxc1hMmAY3JxOc7pXYNlvPBXeaGuQ loSUdaeJXdWV/b3HHhWHdDDfT6hOK0eKn3Pt3dYKl6FVkwhr2ptTCiXvrUv9tSOUBV KDfMM8KNsKA3mz02PUm3IzzbDmXD8pzBQINycWQ65iM94UygxbumUS/VhfEFlA+nQF 9iMziNRgNs4Q/XbCBepT75LTFGS1psYisR0ReKKYzFozGOYLbjC1TLjHBrdDMCiJEO mUmt/Ay9ptppcOBYMVi3QK87vU8cfcMSXYvX6HW4Fx9kLEIg1b77B9osyiebHQrJvD eKcW3URUzhcqg== Date: Thu, 14 Dec 2023 15:59:49 +0000 From: Conor Dooley To: Biju Das Cc: Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lee Jones , Support Opensource , "Rafael J. Wysocki" , Daniel Lezcano , Zhang Rui , Lukasz Luba , Steve Twiss , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, Geert Uytterhoeven , Prabhakar Mahadev Lad , Biju Das , linux-renesas-soc@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v6 8/8] dt-bindings: mfd: dlg,da9063: Convert da9062 to json-schema Message-ID: <20231214-muzzle-spectator-6d8c278ccf8b@spud> References: <20231214080911.23359-1-biju.das.jz@bp.renesas.com> <20231214080911.23359-9-biju.das.jz@bp.renesas.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HqlfYCRaK1p8RYfx" Content-Disposition: inline In-Reply-To: <20231214080911.23359-9-biju.das.jz@bp.renesas.com> --HqlfYCRaK1p8RYfx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 14, 2023 at 08:09:11AM +0000, Biju Das wrote: > Convert the da9062 PMIC device tree binding documentation to json-schema. >=20 > Document the missing gpio child node for da9062. >=20 > While at it, update description with link to product information and > example. >=20 > The missing child node with of_compatible defined in MFD_CELL_OF is > causing the below warning message: > da9062-gpio: Failed to locate of_node [id: -1] >=20 > So, make all child nodes with of_compatible defined in struct mfd_cell > as required property for da906{1,2} devices. >=20 > The "gpio-controller" and "#gpio-cells" properties are defined in the > parent instead of gpio child node as there are existing driver users > based on these parent properties. Thanks for updating the commit message :) Reviewed-by: Conor Dooley Cheers, Conor. --HqlfYCRaK1p8RYfx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZXsmdQAKCRB4tDGHoIJi 0lzGAP4oEdT2WUJUxiyRRCFGE6OT0WvQwnCe1E3iSspn6sqjPAEA2Ki0TvwYTowX TGIvSJPBorLjAV43jOT30EsDyvL91gg= =3PTg -----END PGP SIGNATURE----- --HqlfYCRaK1p8RYfx--