diff mbox series

arm64: dts: ti: k3-j721s2-evm-gesi-exp-board: Rename gpio-hog node name

Message ID 20240830102822.3970269-1-nm@ti.com (mailing list archive)
State New
Headers show
Series arm64: dts: ti: k3-j721s2-evm-gesi-exp-board: Rename gpio-hog node name | expand

Commit Message

Nishanth Menon Aug. 30, 2024, 10:28 a.m. UTC
Fix the gpio hog node name to p15-hog to match up with gpio-hog
convention. This fixes dtbs_check warning:
p15: $nodename:0: 'p15' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'

Signed-off-by: Nishanth Menon <nm@ti.com>
---
Cc: Siddharth Vadapalli <s-vadapalli@ti.com>

This seemed to trivial to add fixes tag, so skipped.

 arch/arm64/boot/dts/ti/k3-j721s2-evm-gesi-exp-board.dtso | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: d2bafcf224f3911b183113b2fcb536c9e90684a3

Comments

Siddharth Vadapalli Aug. 30, 2024, 10:54 a.m. UTC | #1
On Fri, Aug 30, 2024 at 05:28:22AM -0500, Nishanth Menon wrote:
> Fix the gpio hog node name to p15-hog to match up with gpio-hog
> convention. This fixes dtbs_check warning:
> p15: $nodename:0: 'p15' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---

Thank you for fixing this.

Acked-by: Siddharth Vadapalli <s-vadapalli@ti.com>

Regards,
Siddharth.
Nishanth Menon Sept. 1, 2024, 8:23 p.m. UTC | #2
Hi Nishanth Menon,

On Fri, 30 Aug 2024 05:28:22 -0500, Nishanth Menon wrote:
> Fix the gpio hog node name to p15-hog to match up with gpio-hog
> convention. This fixes dtbs_check warning:
> p15: $nodename:0: 'p15' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-j721s2-evm-gesi-exp-board: Rename gpio-hog node name
      commit: 5c19aeb8ae4fc539a73d7ff8b25decd745950c39

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-evm-gesi-exp-board.dtso b/arch/arm64/boot/dts/ti/k3-j721s2-evm-gesi-exp-board.dtso
index 1be28283c7d9..8583178fa1f3 100644
--- a/arch/arm64/boot/dts/ti/k3-j721s2-evm-gesi-exp-board.dtso
+++ b/arch/arm64/boot/dts/ti/k3-j721s2-evm-gesi-exp-board.dtso
@@ -48,7 +48,7 @@  J721S2_IOPAD(0x09c, PIN_OUTPUT, 6) /* (T24) MCASP0_AXR11.RGMII1_TX_CTL */
 };
 
 &exp1 {
-	p15 {
+	p15-hog {
 		/* P15 - EXP_MUX2 */
 		gpio-hog;
 		gpios = <13 GPIO_ACTIVE_HIGH>;