public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: stm32: correct clock-names in dsi panel example
@ 2018-01-21 20:58 Philippe Cornu
  2018-01-22 14:30 ` Rob Herring
  0 siblings, 1 reply; 7+ messages in thread
From: Philippe Cornu @ 2018-01-21 20:58 UTC (permalink / raw)
  To: Yannick Fertre, Philippe Cornu, Benjamin Gaignard, Vincent Abriou,
	David Airlie, Rob Herring, Mark Rutland, Maxime Coquelin,
	Alexandre Torgue, dri-devel, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mickael Reulier, Gabriel Fernandez, Ludovic Barre

In the dsi panel example, clock names in the "clock-names"
field have been swapped:
* "pclk" (peripheral clock) is <&rcc 1 CLK_F469_DSI> on stm32f4
* "ref" (dsi phy pll ref clock) is <&clk_hse> on stm32f4

Signed-off-by: Philippe Cornu <philippe.cornu@st.com>
---
 Documentation/devicetree/bindings/display/st,stm32-ltdc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/st,stm32-ltdc.txt b/Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
index 029252253ad4..3eb1b48b47dd 100644
--- a/Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
+++ b/Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
@@ -98,7 +98,7 @@ Example 2: DSI panel
 			compatible = "st,stm32-dsi";
 			reg = <0x40016c00 0x800>;
 			clocks = <&rcc 1 CLK_F469_DSI>, <&clk_hse>;
-			clock-names = "ref", "pclk";
+			clock-names = "pclk", "ref";
 			resets = <&rcc STM32F4_APB2_RESET(DSI)>;
 			reset-names = "apb";
 
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] dt-bindings: display: stm32: correct clock-names in dsi panel example
@ 2018-01-22 15:35 Philippe Cornu
  2018-01-29 23:15 ` Rob Herring
  0 siblings, 1 reply; 7+ messages in thread
From: Philippe Cornu @ 2018-01-22 15:35 UTC (permalink / raw)
  To: Yannick Fertre, Philippe Cornu, Benjamin Gaignard, Vincent Abriou,
	David Airlie, Rob Herring, Mark Rutland, Maxime Coquelin,
	Alexandre Torgue, dri-devel, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mickael Reulier, Gabriel Fernandez, Ludovic Barre

In the dsi panel example, clock names in the "clock-names"
field have been swapped:
* "pclk" (peripheral clock) is <&rcc 1 CLK_F469_DSI> on stm32f4
* "ref" (dsi phy pll ref clock) is <&clk_hse> on stm32f4

Signed-off-by: Philippe Cornu <philippe.cornu@st.com>
---
 Documentation/devicetree/bindings/display/st,stm32-ltdc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/st,stm32-ltdc.txt b/Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
index 029252253ad4..3eb1b48b47dd 100644
--- a/Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
+++ b/Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
@@ -98,7 +98,7 @@ Example 2: DSI panel
 			compatible = "st,stm32-dsi";
 			reg = <0x40016c00 0x800>;
 			clocks = <&rcc 1 CLK_F469_DSI>, <&clk_hse>;
-			clock-names = "ref", "pclk";
+			clock-names = "pclk", "ref";
 			resets = <&rcc STM32F4_APB2_RESET(DSI)>;
 			reset-names = "apb";
 
-- 
2.15.1

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

end of thread, other threads:[~2018-01-30 10:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-21 20:58 [PATCH] dt-bindings: display: stm32: correct clock-names in dsi panel example Philippe Cornu
2018-01-22 14:30 ` Rob Herring
2018-01-22 14:39   ` Philippe CORNU
2018-01-22 14:46     ` Rob Herring
  -- strict thread matches above, loose matches on Subject: below --
2018-01-22 15:35 Philippe Cornu
2018-01-29 23:15 ` Rob Herring
2018-01-30 10:51   ` Benjamin Gaignard

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