summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDrew Fustini <drew@beagleboard.org>2020-07-01 03:33:20 +0200
committerLinus Walleij <linus.walleij@linaro.org>2020-07-07 12:58:20 +0200
commit27c90e5e48d008bfda1cf6108eb699697317c67b (patch)
tree75ef3a3839f995f82b52400029f6755e16ad162d /arch
parenta133954188887a830b5ce438a287a5e4e234b1be (diff)
downloadlinux-stable-27c90e5e48d008bfda1cf6108eb699697317c67b.tar.gz
linux-stable-27c90e5e48d008bfda1cf6108eb699697317c67b.tar.bz2
linux-stable-27c90e5e48d008bfda1cf6108eb699697317c67b.zip
ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2
Increase #pinctrl-cells to 2 so that mux and conf be kept separate. This requires the AM33XX_PADCONF macro in omap.h to also be modified to keep pin conf and pin mux values separate. Signed-off-by: Drew Fustini <drew@beagleboard.org> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Haojian Zhuang <haojian.zhuang@linaro.org> Link: https://lore.kernel.org/r/20200701013320.130441-3-drew@beagleboard.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/am33xx-l4.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi
index 7ff11d6bf0f2..dafd6e8b42a1 100644
--- a/arch/arm/boot/dts/am33xx-l4.dtsi
+++ b/arch/arm/boot/dts/am33xx-l4.dtsi
@@ -278,7 +278,7 @@
am33xx_pinmux: pinmux@800 {
compatible = "pinctrl-single";
reg = <0x800 0x238>;
- #pinctrl-cells = <1>;
+ #pinctrl-cells = <2>;
pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <0x7f>;
};