From: "Diederik de Haas" <didi.debian@cknow.org>
To: "Krzysztof Kozlowski" <krzk@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Heiko Stuebner" <heiko@sntech.de>
Cc: <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-rockchip@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arm64: dts: rockchip: Add reset button to NanoPi R5S
Date: Wed, 09 Jul 2025 13:17:23 +0200 [thread overview]
Message-ID: <DB7HDOPFOQAE.3NG4SP67ES80J@cknow.org> (raw)
In-Reply-To: <649824ea-a420-437e-ace1-2f079235c604@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]
On Wed Jul 9, 2025 at 1:05 PM CEST, Krzysztof Kozlowski wrote:
> On 09/07/2025 12:57, Diederik de Haas wrote:
>> + gpio-keys {
>> + compatible = "gpio-keys";
>> + pinctrl-0 = <&gpio4_a0_k1>;
>> + pinctrl-names = "default";
>> +
>> + button-reset {
>> + debounce-interval = <50>;
>> + gpios = <&gpio4 RK_PA0 GPIO_ACTIVE_LOW>;
>> + label = "RESET";
>> + linux,code = <KEY_RESTART>;
>> + };
>> + };
>> +
>> gpio-leds {
>> compatible = "gpio-leds";
>> pinctrl-names = "default";
>> @@ -127,6 +140,12 @@ eth_phy0_reset_pin: eth-phy0-reset-pin {
>> };
>> };
>>
>> + gpio-keys {
>> + gpio4_a0_k1: gpio4-a0-k1 {
>
> Are you sure that this passes checks?
I did the following:
```sh
export PATH=~/dev/kernel.org/dt-schema-venv/bin/:$PATH CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64
make distclean
make debarm64_defconfig
make CHECK_DTBS=y W=1 rockchip/rk3568-nanopi-r5s.dtb
```
And it did not report any issues.
Then booted up my NanoPi R5S and verified that with the updated dtb the
reset button worked.
If it's about the 'weird' name/label, it is what is used in the
schematic document I have and I asked Heiko (on IRC) if using
``reset_button_pin: gpio4-a0-k1`` would not be better. That would make
it more descriptive while also having the schematic traceability in it.
The answer was no, use the form I used in this patch.
Am I missing checks I should've done as well?
Cheers,
Diederik
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: "Diederik de Haas" <didi.debian@cknow.org>
To: "Krzysztof Kozlowski" <krzk@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Heiko Stuebner" <heiko@sntech.de>
Cc: <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-rockchip@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] arm64: dts: rockchip: Add reset button to NanoPi R5S
Date: Wed, 09 Jul 2025 13:17:23 +0200 [thread overview]
Message-ID: <DB7HDOPFOQAE.3NG4SP67ES80J@cknow.org> (raw)
In-Reply-To: <649824ea-a420-437e-ace1-2f079235c604@kernel.org>
[-- Attachment #1.1: Type: text/plain, Size: 1468 bytes --]
On Wed Jul 9, 2025 at 1:05 PM CEST, Krzysztof Kozlowski wrote:
> On 09/07/2025 12:57, Diederik de Haas wrote:
>> + gpio-keys {
>> + compatible = "gpio-keys";
>> + pinctrl-0 = <&gpio4_a0_k1>;
>> + pinctrl-names = "default";
>> +
>> + button-reset {
>> + debounce-interval = <50>;
>> + gpios = <&gpio4 RK_PA0 GPIO_ACTIVE_LOW>;
>> + label = "RESET";
>> + linux,code = <KEY_RESTART>;
>> + };
>> + };
>> +
>> gpio-leds {
>> compatible = "gpio-leds";
>> pinctrl-names = "default";
>> @@ -127,6 +140,12 @@ eth_phy0_reset_pin: eth-phy0-reset-pin {
>> };
>> };
>>
>> + gpio-keys {
>> + gpio4_a0_k1: gpio4-a0-k1 {
>
> Are you sure that this passes checks?
I did the following:
```sh
export PATH=~/dev/kernel.org/dt-schema-venv/bin/:$PATH CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64
make distclean
make debarm64_defconfig
make CHECK_DTBS=y W=1 rockchip/rk3568-nanopi-r5s.dtb
```
And it did not report any issues.
Then booted up my NanoPi R5S and verified that with the updated dtb the
reset button worked.
If it's about the 'weird' name/label, it is what is used in the
schematic document I have and I asked Heiko (on IRC) if using
``reset_button_pin: gpio4-a0-k1`` would not be better. That would make
it more descriptive while also having the schematic traceability in it.
The answer was no, use the form I used in this patch.
Am I missing checks I should've done as well?
Cheers,
Diederik
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 170 bytes --]
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-07-09 14:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 10:57 [PATCH] arm64: dts: rockchip: Add reset button to NanoPi R5S Diederik de Haas
2025-07-09 10:57 ` Diederik de Haas
2025-07-09 11:05 ` Krzysztof Kozlowski
2025-07-09 11:05 ` Krzysztof Kozlowski
2025-07-09 11:17 ` Diederik de Haas [this message]
2025-07-09 11:17 ` Diederik de Haas
2025-07-09 14:18 ` Krzysztof Kozlowski
2025-07-09 14:18 ` Krzysztof Kozlowski
2025-07-09 15:11 ` Heiko Stübner
2025-07-09 15:11 ` Heiko Stübner
2025-07-09 16:47 ` Diederik de Haas
2025-07-09 16:47 ` Diederik de Haas
2025-07-09 19:49 ` Heiko Stübner
2025-07-09 19:49 ` Heiko Stübner
2025-07-10 9:10 ` Diederik de Haas
2025-07-10 9:10 ` Diederik de Haas
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=DB7HDOPFOQAE.3NG4SP67ES80J@cknow.org \
--to=didi.debian@cknow.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.org \
/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.