From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: "'Svyatoslav Ryhel'" <clamor95@gmail.com>,
"'Tom Rini'" <trini@konsulko.com>,
"'Simon Glass'" <sjg@chromium.org>,
"'Peter Robinson'" <pbrobinson@gmail.com>,
"'Heiko Schocher'" <hs@denx.de>,
"'Jonas Karlman'" <jonas@kwiboo.se>
Cc: <u-boot@lists.denx.de>
Subject: RE: [PATCH v1 3/3] pmic: palmas: bind sysreset to parent node
Date: Wed, 11 Dec 2024 07:36:00 +0900 [thread overview]
Message-ID: <0bf201db4b53$e3a287d0$aae79770$@samsung.com> (raw)
In-Reply-To: <20241209161434.6563-4-clamor95@gmail.com>
> -----Original Message-----
> From: Svyatoslav Ryhel <clamor95@gmail.com>
> Sent: Tuesday, December 10, 2024 1:15 AM
> Bind SYSRESET child to parent node since it does not have
> its own node in the device tree.
>
> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Best Regards,
> ---
> drivers/power/pmic/palmas.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/power/pmic/palmas.c b/drivers/power/pmic/palmas.c
> index f676bf64169..37d4190fabe 100644
> --- a/drivers/power/pmic/palmas.c
> +++ b/drivers/power/pmic/palmas.c
> @@ -49,8 +49,9 @@ static int palmas_bind(struct udevice *dev)
> int children, ret;
>
> if (IS_ENABLED(CONFIG_SYSRESET_PALMAS)) {
> - ret = device_bind_driver(dev, PALMAS_RST_DRIVER,
> - "sysreset", NULL);
> + ret = device_bind_driver_to_node(dev, PALMAS_RST_DRIVER,
> + "sysreset", dev_ofnode(dev),
> + NULL);
> if (ret) {
> log_err("cannot bind SYSRESET (ret = %d)\n", ret);
> return ret;
> --
> 2.43.0
prev parent reply other threads:[~2024-12-10 22:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 16:14 [PATCH v1 0/3] Restore original GPIO uclass logic Svyatoslav Ryhel
2024-12-09 16:14 ` [PATCH v1 1/3] Revert "drivers: gpio-uclass: support PMIC GPIO children" Svyatoslav Ryhel
2024-12-10 22:35 ` Jaehoon Chung
2024-12-09 16:14 ` [PATCH v1 2/3] pmic: max77663: bind children to parent node Svyatoslav Ryhel
2024-12-10 22:35 ` Jaehoon Chung
2024-12-09 16:14 ` [PATCH v1 3/3] pmic: palmas: bind sysreset " Svyatoslav Ryhel
2024-12-10 22:36 ` Jaehoon Chung [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='0bf201db4b53$e3a287d0$aae79770$@samsung.com' \
--to=jh80.chung@samsung.com \
--cc=clamor95@gmail.com \
--cc=hs@denx.de \
--cc=jonas@kwiboo.se \
--cc=pbrobinson@gmail.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.