public inbox for linux-arm-kernel@lists.infradead.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
  2017-02-08 10:00 ` [PATCH 2/8] dt: bindings: add binding for Allwinner A64 R_PIO pinctrl Icenowy Zheng
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Icenowy Zheng @ 2017-02-08 10:00 UTC (permalink / raw)
  To: linux-arm-kernel

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@aosc.xyz>
---
 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] 17+ messages in thread

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

Thread overview: 17+ 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 ` [PATCH 2/8] dt: bindings: add binding for Allwinner A64 R_PIO pinctrl Icenowy Zheng
2017-02-13 15:06   ` [linux-sunxi] " Chen-Yu Tsai
2017-02-08 10:00 ` [PATCH 3/8] pinctrl: sunxi: Add A64 R_PIO controller support Icenowy Zheng
2017-02-13 14:52   ` Linus Walleij
2017-02-13 15:09   ` [linux-sunxi] " 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 ` [PATCH 5/8] arm64: dts: allwinner: add R_PIO node Icenowy Zheng
2017-02-08 10:14   ` Maxime Ripard
2017-02-08 11:08     ` Icenowy Zheng
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: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 ` [PATCH 8/8] arm64: dts: allwinner: add PWM node to A64 dtsi Icenowy Zheng
2017-02-08 10:17   ` Maxime Ripard
2017-02-13 15:04 ` [linux-sunxi] [PATCH 1/8] dt-bindings: fix for Allwinner H5 pinctrl's compatible Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox