All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] dt-bindings: fix for Allwinner H5 pinctrl's compatible
@ 2017-02-08 10:00 ` Icenowy Zheng
  0 siblings, 0 replies; 42+ messages in thread
From: Icenowy Zheng @ 2017-02-08 10:00 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Maxime Ripard, Chen-Yu Tsai,
	Catalin Marinas, Will Deacon
  Cc: linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, Icenowy Zheng

The compatible for Allwinner H5 pin controller is wrong written as
allwinner,sun50i-h5-r-pinctrl, however, it's really a generic pinctrl
rather than a "r" one.

Fix this compatible string.

Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
---
 Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
index 2fd688c8dbdb..8177bb4d5f53 100644
--- a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
@@ -23,7 +23,7 @@ Required properties:
   "allwinner,sun8i-h3-pinctrl"
   "allwinner,sun8i-h3-r-pinctrl"
   "allwinner,sun50i-a64-pinctrl"
-  "allwinner,sun50i-h5-r-pinctrl"
+  "allwinner,sun50i-h5-pinctrl"
   "nextthing,gr8-pinctrl"
 
 - reg: Should contain the register physical address and length for the
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2017-02-13 15:10 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 10:00 [PATCH 1/8] dt-bindings: fix for Allwinner H5 pinctrl's compatible Icenowy Zheng
2017-02-08 10:00 ` Icenowy Zheng
     [not found] ` <20170208100009.29362-1-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-08 10:00   ` [PATCH 2/8] dt: bindings: add binding for Allwinner A64 R_PIO pinctrl Icenowy Zheng
2017-02-08 10:00     ` Icenowy Zheng
     [not found]     ` <20170208100009.29362-2-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-13 15:06       ` Chen-Yu Tsai
2017-02-13 15:06         ` [linux-sunxi] " Chen-Yu Tsai
2017-02-13 15:06         ` Chen-Yu Tsai
2017-02-08 10:00   ` [PATCH 3/8] pinctrl: sunxi: Add A64 R_PIO controller support Icenowy Zheng
2017-02-08 10:00     ` Icenowy Zheng
     [not found]     ` <20170208100009.29362-3-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-13 14:52       ` Linus Walleij
2017-02-13 14:52         ` Linus Walleij
2017-02-13 14:52         ` Linus Walleij
2017-02-13 15:09       ` Chen-Yu Tsai
2017-02-13 15:09         ` [linux-sunxi] " Chen-Yu Tsai
2017-02-13 15:09         ` Chen-Yu Tsai
2017-02-08 10:00   ` [PATCH 4/8] arm64: allwinner: select A64 R_PIO driver Icenowy Zheng
2017-02-08 10:00     ` Icenowy Zheng
2017-02-08 10:00   ` [PATCH 5/8] arm64: dts: allwinner: add R_PIO node Icenowy Zheng
2017-02-08 10:00     ` Icenowy Zheng
     [not found]     ` <20170208100009.29362-5-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-08 10:14       ` Maxime Ripard
2017-02-08 10:14         ` Maxime Ripard
2017-02-08 10:14         ` Maxime Ripard
2017-02-08 11:08         ` Icenowy Zheng
2017-02-08 11:08           ` Icenowy Zheng
     [not found]           ` <39431486552126-4vD9JDEoAAxxpj1cXAZ9Bg@public.gmane.org>
2017-02-10  8:07             ` Maxime Ripard
2017-02-10  8:07               ` Maxime Ripard
2017-02-10  8:07               ` Maxime Ripard
2017-02-08 10:00   ` [PATCH 6/8] arm64: dts: allwinner: add device node for R_PWM Icenowy Zheng
2017-02-08 10:00     ` Icenowy Zheng
     [not found]     ` <20170208100009.29362-6-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-08 10:17       ` Maxime Ripard
2017-02-08 10:17         ` Maxime Ripard
2017-02-08 10:17         ` Maxime Ripard
2017-02-08 10:00   ` [PATCH 7/8] arm64: dts: allwinner: add pinmux for A64's r_pwm Icenowy Zheng
2017-02-08 10:00     ` Icenowy Zheng
2017-02-08 10:00   ` [PATCH 8/8] arm64: dts: allwinner: add PWM node to A64 dtsi Icenowy Zheng
2017-02-08 10:00     ` Icenowy Zheng
     [not found]     ` <20170208100009.29362-8-icenowy-ymACFijhrKM@public.gmane.org>
2017-02-08 10:17       ` Maxime Ripard
2017-02-08 10:17         ` Maxime Ripard
2017-02-08 10:17         ` Maxime Ripard
2017-02-13 15:04   ` [PATCH 1/8] dt-bindings: fix for Allwinner H5 pinctrl's compatible Chen-Yu Tsai
2017-02-13 15:04     ` [linux-sunxi] " Chen-Yu Tsai
2017-02-13 15:04     ` Chen-Yu Tsai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.