Skip to content

Commit 7d7df01

Browse files
andredkrzk
authored andcommitted
arm64: dts: exynos: gs101: reorder pinctrl-* properties
The Preferred order for these is pinctrl-0 pinctrl-names. Update the DTSI & DTS accordingly. Signed-off-by: André Draszik <[email protected]> Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 704094c commit 7d7df01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm64/boot/dts/exynos/google/gs101-oriole.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
gpio-keys {
3131
compatible = "gpio-keys";
32-
pinctrl-names = "default";
3332
pinctrl-0 = <&key_voldown>, <&key_volup>, <&key_power>;
33+
pinctrl-names = "default";
3434

3535
button-vol-down {
3636
label = "KEY_VOLUMEDOWN";
@@ -103,8 +103,8 @@
103103
};
104104

105105
&serial_0 {
106-
pinctrl-names = "default";
107106
pinctrl-0 = <&uart0_bus>;
107+
pinctrl-names = "default";
108108
status = "okay";
109109
};
110110

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@
393393
interrupts = <GIC_SPI 642 IRQ_TYPE_LEVEL_HIGH 0>;
394394
#address-cells = <1>;
395395
#size-cells = <0>;
396-
pinctrl-names = "default";
397396
pinctrl-0 = <&hsi2c8_bus>;
397+
pinctrl-names = "default";
398398
clocks = <&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP0_IPCLK_7>,
399399
<&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP0_PCLK_7>;
400400
clock-names = "hsi2c", "hsi2c_pclk";

0 commit comments

Comments
 (0)