ARM: dts: s5pv210: Correct gpi pinctrl node name
authorJonathan Bakker <xc-racer2@live.ca>
Fri, 1 May 2020 23:50:19 +0000 (16:50 -0700)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 4 May 2020 15:13:04 +0000 (17:13 +0200)
The node name was gpgi, but the pinctrl driver was registering the pins
as just gpi and the "samsung,pins" i2s0 pinctrl entries refer to gpi.
The public S5PC110 datasheet also refers to these pins as just gpi,
so let's make sure everything is in sync and rename the node to gpi.

Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/s5pv210-pinctrl.dtsi

index 609f323d08056b52ebef503df84d0bb2645fbf86..5e8b66281f01e24d14a7ee574219321586c46e49 100644 (file)
                #interrupt-cells = <2>;
        };
 
-       gpgi: gpgi {
+       gpi: gpi {
                gpio-controller;
                #gpio-cells = <2>;
        };