Message ID | 20240130093812.1746512-7-andre.draszik@linaro.org |
---|---|
State | New |
Headers | show |
Series | gs101 oriole: peripheral block 0 (peric0) fixes | expand |
On 30/01/2024 10:36, André Draszik wrote: > The preferred order for these is pinctrl-0 pinctrl-names. > > Update the DTSI accordingly. > > Signed-off-by: André Draszik <andre.draszik@linaro.org> > Suggested-by: Sam Protsenko <semen.protsenko@linaro.org> > > --- > v2: new patch in this series > --- > arch/arm64/boot/dts/exynos/google/gs101.dtsi | 2 +- This is trivial cleanup, which is fine but then do it for entire Google GS DTSI and DTS, not only one case. Best regards, Krzysztof
diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi index f93e937d2726..195533fe04c6 100644 --- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi +++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi @@ -394,8 +394,8 @@ hsi2c_8: i2c@10970000 { 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";
The preferred order for these is pinctrl-0 pinctrl-names. Update the DTSI accordingly. Signed-off-by: André Draszik <andre.draszik@linaro.org> Suggested-by: Sam Protsenko <semen.protsenko@linaro.org> --- v2: new patch in this series --- arch/arm64/boot/dts/exynos/google/gs101.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)