Skip to content

Commit d978c70

Browse files
ambaruskrzk
authored andcommitted
arm64: dts: exynos: gs101: move pinctrl-* properties after clocks
Move the pinctrl-* properties after clocks so that we keep alphabetic order and align with the other similar definitions. Reviewed-by: Alim Akhtar <[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 73618df commit d978c70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,11 @@
393393
interrupts = <GIC_SPI 642 IRQ_TYPE_LEVEL_HIGH 0>;
394394
#address-cells = <1>;
395395
#size-cells = <0>;
396-
pinctrl-0 = <&hsi2c8_bus>;
397-
pinctrl-names = "default";
398396
clocks = <&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP0_IPCLK_7>,
399397
<&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP0_PCLK_7>;
400398
clock-names = "hsi2c", "hsi2c_pclk";
399+
pinctrl-0 = <&hsi2c8_bus>;
400+
pinctrl-names = "default";
401401
status = "disabled";
402402
};
403403
};
@@ -473,11 +473,11 @@
473473
interrupts = <GIC_SPI 655 IRQ_TYPE_LEVEL_HIGH 0>;
474474
#address-cells = <1>;
475475
#size-cells = <0>;
476-
pinctrl-0 = <&hsi2c12_bus>;
477-
pinctrl-names = "default";
478476
clocks = <&cmu_peric1 CLK_GOUT_PERIC1_PERIC1_TOP0_IPCLK_5>,
479477
<&cmu_peric1 CLK_GOUT_PERIC1_PERIC1_TOP0_PCLK_5>;
480478
clock-names = "hsi2c", "hsi2c_pclk";
479+
pinctrl-0 = <&hsi2c12_bus>;
480+
pinctrl-names = "default";
481481
status = "disabled";
482482
};
483483
};

0 commit comments

Comments
 (0)