diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-02-04 14:05:15 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-03-08 10:22:38 +0100 |
commit | de16af56663214c94cf1c1c88703a14a03f698d9 (patch) | |
tree | 74d3245fea771701589ebb22b2510571eecd3199 /arch/arm/boot/dts/r8a7790-stout.dts | |
parent | ARM: dts: renesas: Group tuples in playback and capture properties (diff) | |
download | linux-de16af56663214c94cf1c1c88703a14a03f698d9.tar.xz linux-de16af56663214c94cf1c1c88703a14a03f698d9.zip |
ARM: dts: renesas: Group tuples in pin control properties
To improve human readability and enable automatic validation, the tuples
in "pinctrl-*" properties should be grouped using angle brackets.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210204130517.1647073-4-geert+renesas@glider.be
Diffstat (limited to 'arch/arm/boot/dts/r8a7790-stout.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-stout.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7790-stout.dts b/arch/arm/boot/dts/r8a7790-stout.dts index 6a457bc9280a..d51f23572d7f 100644 --- a/arch/arm/boot/dts/r8a7790-stout.dts +++ b/arch/arm/boot/dts/r8a7790-stout.dts @@ -191,7 +191,7 @@ }; ðer { - pinctrl-0 = <ðer_pins &phy1_pins>; + pinctrl-0 = <ðer_pins>, <&phy1_pins>; pinctrl-names = "default"; phy-handle = <&phy1>; @@ -321,7 +321,7 @@ &iic3 { pinctrl-names = "default"; - pinctrl-0 = <&iic3_pins &pmic_irq_pins>; + pinctrl-0 = <&iic3_pins>, <&pmic_irq_pins>; status = "okay"; pmic@58 { |