| Hi Priit, I found two typos in your sun7i-a20.dtsi patch. > Enable pll3 and pll7 clocks that are needed by display clocks. >--- > arch/arm/boot/dts/sun7i-a20. > 1 file changed, 41 insertions(+) > >diff --git a/arch/arm/boot/dts/sun7i-a20. >index bf5d056..2688512 100644 >--- a/arch/arm/boot/dts/sun7i-a20. >+++ b/arch/arm/boot/dts/sun7i-a20. >@@ -187,6 +187,15 @@ > >+ #> }; > >+ osc3M: osc3M_clk { >+ >+ >@@ -211,6 +220,22 @@ >+ >+ >+ >+ }; >+ > osc32k: clk@0 { > # > > >+ clock = <&osc3M>; > }; > >+ pll3: clk@01c20010 { >+ # >+ >+ reg = <0x01c20010 0x4>; I think it should be clocks with a s. >+ >+ #>+}; >+ >+ pll3x2: pll3x2_clk { >+ >+ >+ >+ >+ }; > >+ > pll4: clk@01c20018 { > # >@@ -236,6 +261,22 @@ > > }; >+ clock = <&osc3M>; > >+ pll7: clk@01c20030 { >+ # >+ >+ reg = <0x01c20030 0x4>; And here a s too. >+ >+ #>+}; >+ >+ pll7x2: pll7x2_clk { >+ >+ >+ >+ > pll8: clk@01c20040 { >+ }; >+ > # > >-- >2.8.1 Best Alex
-- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. |
- [linux-sunxi] Re: [PATCH 2/2] ARM: dts: sunxi: Add pll3 a... Alexander Syring
- Re: [linux-sunxi] Re: [PATCH 2/2] ARM: dts: sunxi: A... Luc Verhaegen
