arm64: dts: exynos: gs101: reorder pinctrl-* properties
authorAndré Draszik <andre.draszik@linaro.org>
Tue, 26 Mar 2024 15:12:57 +0000 (15:12 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 28 Mar 2024 09:51:14 +0000 (10:51 +0100)
The Preferred order for these is pinctrl-0 pinctrl-names.

Update the DTSI & DTS accordingly.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20240326151301.348932-2-tudor.ambarus@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101-oriole.dts
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index 6ccade2c8cb489a347a582a77803657bb886ffb6..40de2b0aa086a80be79ee3be384108715b177978 100644 (file)
@@ -29,8 +29,8 @@
 
        gpio-keys {
                compatible = "gpio-keys";
-               pinctrl-names = "default";
                pinctrl-0 = <&key_voldown>, <&key_volup>, <&key_power>;
+               pinctrl-names = "default";
 
                button-vol-down {
                        label = "KEY_VOLUMEDOWN";
 };
 
 &serial_0 {
-       pinctrl-names = "default";
        pinctrl-0 = <&uart0_bus>;
+       pinctrl-names = "default";
        status = "okay";
 };
 
index 55e6bcb3689e93f23dc71c31f158ff9d8c203bd5..5868c96c771fff9eff66fe497285fd759ab5ec40 100644 (file)
                                interrupts = <GIC_SPI 642 IRQ_TYPE_LEVEL_HIGH 0>;
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               pinctrl-names = "default";
                                pinctrl-0 = <&hsi2c8_bus>;
+                               pinctrl-names = "default";
                                clocks = <&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP0_IPCLK_7>,
                                         <&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP0_PCLK_7>;
                                clock-names = "hsi2c", "hsi2c_pclk";