Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1633724
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 4/5] ARM: sun7i: Convert to CCU |
| Date | 2017-05-01 18:10 +0200 |
| Message-ID | <tCm3D-2R0-9@gated-at.bofh.it> (permalink) |
| References | <tAAX7-6zY-3@gated-at.bofh.it> <tAAX8-6zY-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi, On Wed, Apr 26, 2017 at 10:32:24PM +0300, Priit Laes wrote: > compatible = "allwinner,simple-framebuffer", > "simple-framebuffer"; > allwinner,pipeline = "de_be0-lcd0-hdmi"; > - clocks = <&ahb_gates 36>, <&ahb_gates 43>, > - <&ahb_gates 44>, <&de_be0_clk>, > - <&tcon0_ch1_clk>, <&dram_gates 26>; > + clocks = <&ccu CLK_AHB_LCD0>, <&ccu CLK_AHB_HDMI0>, > + <&ccu CLK_AHB_DE_BE0>, <&ccu CLK_DE_BE0>, > + <&ccu CLK_TCON0_CH1>, <&ccu CLK_DRAM_DE_BE0>, > + <&ccu CLK_HDMI>; In order to make merging those patches *much* easier, could you just use the raw IDs (ie not the defines, but the numbers) for now? And ideally, send a patch after 4.13-rc1 that will switch to the defines. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] ARM: sunxi: Convert sun4i/sun7i series SoCs to sunxi-ng CCU Priit Laes <plaes@plaes.org> - 2017-04-26 21:40 +0200
[PATCH v3 2/5] dt-bindings: List devicetree binding for the CCU of Allwinner A20 Priit Laes <plaes@plaes.org> - 2017-04-26 21:40 +0200
[PATCH v3 4/5] ARM: sun7i: Convert to CCU Priit Laes <plaes@plaes.org> - 2017-04-26 21:40 +0200
Re: [PATCH v3 4/5] ARM: sun7i: Convert to CCU Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-05-01 18:10 +0200
[PATCH v3 3/5] dt-bindings: List devicetree binding for the CCU of Allwinner A10 Priit Laes <plaes@plaes.org> - 2017-04-26 21:40 +0200
[PATCH v3 5/5] ARM: sun4i: Convert to CCU Priit Laes <plaes@plaes.org> - 2017-04-26 21:40 +0200
Re: [PATCH v3 1/5] clk: sunxi-ng: Add sun4i/sun7i CCU driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-05-01 18:10 +0200
csiph-web