summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
diff options
context:
space:
mode:
authorChen-Yu Tsai2018-08-28 12:01:32 +0200
committerChen-Yu Tsai2018-09-03 04:59:52 +0200
commit1b6ff1cb7e67ca262b7e6448aea9b7b14e3def94 (patch)
tree81b90c1f77c62c73adc21045dd761e7496f1df61 /arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
parentarm64: dts: allwinner: a64: Rename uart0_pins_a label to uart0_pb_pins (diff)
downloadkernel-qcow2-linux-1b6ff1cb7e67ca262b7e6448aea9b7b14e3def94.tar.gz
kernel-qcow2-linux-1b6ff1cb7e67ca262b7e6448aea9b7b14e3def94.tar.xz
kernel-qcow2-linux-1b6ff1cb7e67ca262b7e6448aea9b7b14e3def94.zip
arm64: dts: allwinner: a64: Rename r_i2c_pins_a label to r_i2c_pl89_pins
The pinmux name and label for a specific function should denote which pingroup it is on, or if there is only one option for the function, have not enumerating prefix/suffix at all. The "r_i2c_pins_a" label is renamed to "r_i2c_pl89_pins" to fit our current style. The node name "i2c" is also changed to "r-i2c-pl89-pins" to match. The reason for the peculiar name is that the other option for muxing R_I2C is on the PL0/PL1 pins, so the name has to mention the pin numbers in addition to the pingroup. Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi')
-rw-r--r--arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index e3eda63230a6..e4cfa8778623 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -770,7 +770,7 @@
interrupt-controller;
#interrupt-cells = <3>;
- r_i2c_pins_a: i2c-a {
+ r_i2c_pl89_pins: r-i2c-pl89-pins {
pins = "PL8", "PL9";
function = "s_i2c";
};