Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1290805 > unrolled thread
| Started by | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| First post | 2015-12-14 04:10 +0100 |
| Last post | 2015-12-15 13:50 +0100 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl Shawn Guo <shawnguo@kernel.org> - 2015-12-14 04:10 +0100
Re: [PATCH] ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl Shawn Guo <shawnguo@kernel.org> - 2015-12-15 10:00 +0100
Re: [PATCH] ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl Fabio Estevam <festevam@gmail.com> - 2015-12-15 12:20 +0100
Re: [PATCH] ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl Fabio Estevam <festevam@gmail.com> - 2015-12-15 13:50 +0100
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2015-12-14 04:10 +0100 |
| Subject | Re: [PATCH] ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl |
| Message-ID | <qFrGp-j0-1@gated-at.bofh.it> |
On Wed, Dec 09, 2015 at 04:15:55PM +0800, Bai Ping wrote: > The 'assigned-clock-parents' and 'assigned-clock-rates' list > should corresponding to the 'assigned-clocks' property clock list. > > Signed-off-by: Bai Ping <b51503@freescale.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2015-12-15 10:00 +0100 |
| Message-ID | <qFTCH-1Fp-15@gated-at.bofh.it> |
| In reply to | #1290805 |
On Mon, Dec 14, 2015 at 11:07:50AM +0800, Shawn Guo wrote:
> On Wed, Dec 09, 2015 at 04:15:55PM +0800, Bai Ping wrote:
> > The 'assigned-clock-parents' and 'assigned-clock-rates' list
> > should corresponding to the 'assigned-clocks' property clock list.
> >
> > Signed-off-by: Bai Ping <b51503@freescale.com>
>
> Applied, thanks.
As this essentially a fix to ed339363de1b ("ARM: dts: imx6qdl-sabreauto:
Allow HDMI and LVDS to work simultaneously"), I'm going to send it as a
fix with copying stable.
@Fabio,
Do you agree with the fix?
Shawn
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Fabio Estevam <festevam@gmail.com> |
|---|---|
| Date | 2015-12-15 12:20 +0100 |
| Subject | Re: [PATCH] ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl |
| Message-ID | <qFVO9-3j5-3@gated-at.bofh.it> |
| In reply to | #1291941 |
On Tue, Dec 15, 2015 at 6:52 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> On Mon, Dec 14, 2015 at 11:07:50AM +0800, Shawn Guo wrote:
>> On Wed, Dec 09, 2015 at 04:15:55PM +0800, Bai Ping wrote:
>> > The 'assigned-clock-parents' and 'assigned-clock-rates' list
>> > should corresponding to the 'assigned-clocks' property clock list.
>> >
>> > Signed-off-by: Bai Ping <b51503@freescale.com>
>>
>> Applied, thanks.
>
> As this essentially a fix to ed339363de1b ("ARM: dts: imx6qdl-sabreauto:
> Allow HDMI and LVDS to work simultaneously"), I'm going to send it as a
> fix with copying stable.
Actually the mismatch exists since 97dae8590fa314c ("ARM: dts:
imx6qdl-sabreauto: Add audio support").
> @Fabio,
>
> Do you agree with the fix?
It seems that even after this patch we still have a mismatch:
assigned-clocks has 5 members and assigned-clock-parents has 4.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Fabio Estevam <festevam@gmail.com> |
|---|---|
| Date | 2015-12-15 13:50 +0100 |
| Subject | Re: [PATCH] ARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl |
| Message-ID | <qFXdg-4aK-7@gated-at.bofh.it> |
| In reply to | #1292049 |
On Tue, Dec 15, 2015 at 10:25 AM, Bai Ping <b51503@freescale.com> wrote: >> It seems that even after this patch we still have a mismatch: >> assigned-clocks has 5 members and assigned-clock-parents has 4. > > I think if it is the last clock in the assigned-clock list, the > corresponding > 'assigned-clock-parents' and 'assigned-clock-rates' entry can be omitted. Yes, you are right. Confirmed with Documentation/devicetree/bindings/clock/clock-bindings.txt and your patch is correct, thanks: Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web