]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: dts: lx2160a: rename pinmux nodes for readability
authorJosua Mayer <josua@solid-run.com>
Tue, 24 Mar 2026 12:40:58 +0000 (13:40 +0100)
committerFrank Li <Frank.Li@nxp.com>
Fri, 27 Mar 2026 13:53:28 +0000 (09:53 -0400)
commit456eb494746afd56d3a9dc30271300136e55b96e
tree51da3126b48c4eca2c0fcbbb1e5f3f7c57e59329
parent325ca511ca3dda936207ce737e0afe837d45a674
arm64: dts: lx2160a: rename pinmux nodes for readability

LX2160A pinmux is done in groups by various length bitfields within
configuration registers.

Each group of pins is named in the reference manual after a primary
function using soc-specific naming, e.g. IIC1 (for i2c0).

Hardware block numbering starts from zero in device-tree but one in the
reference manual.

Rename the already defined pinmux nodes originally added for changing
i2c pins between i2c and gpio functions reflecting the reference manual
name (IIC) in the node name, and the device-tree name (i2c, gpio) in the
label.

Specifically, drop the "_scl" suffix from the I2C labels because the
nodes actually configure both SDA and SCL pins together. Instead add
"_pins" suffix to avoid conflicts with I2C controller labels.

For GPIO functions, include the specific controller and pin numbers in
the label to clarify they are generic GPIOs and help spot mistakes.

No functional change intended.

Fixes: 8a1365c7bbc1 ("arm64: dts: lx2160a: add pinmux and i2c gpio to support bus recovery")
Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi