From: Eric Nelson <eric@nelint.com>
To: devicetree@vger.kernel.org, linux-clk@vger.kernel.org
Cc: anson.huang@nxp.com, colin.didier@devialet.com,
festevam@gmail.com, kernel@pengutronix.de,
l.stach@pengutronix.de, linux-arm-kernel@lists.infradead.org,
linux-imx@nxp.com, linux-kernel@vger.kernel.org,
mark.rutland@arm.com, mturquette@baylibre.com,
robh+dt@kernel.org, s.hauer@pengutronix.de, sboyd@kernel.org,
shawnguo@kernel.org, tiny.windzz@gmail.com,
Eric Nelson <eric@nelint.com>
Subject: [V2 0/2] ARM: imx6qdl: remove PLL4_AUDIO_DIV clock
Date: Mon, 11 Mar 2019 08:59:55 -0700 [thread overview]
Message-ID: <1552319997-24622-1-git-send-email-eric@nelint.com> (raw)
In-Reply-To: <1552304271.2453.12.camel@pengutronix.de>
This series removes the unsupported PLL4_AUDIO_DIV clock which appeared
in early versions of the i.MX6DQ reference manual, but doesn't function
as described in the current clock driver (i.e., it's a divide-by-1).
Since the clock node is also used to control the topology of the clock
tree, the PLL4_POST_DIV node is used to control parenting of downstream
SSI, CKO1, and ESAI/ASRC/SPDIF peripherals.
The first patch removes the clock, and the second updates several
device tree files to use PLL4_POST_DIV to select proper parents.
Eric Nelson (2):
clk: imx6q: remove unsupported pll4_audio_div
ARM: dts: imx6q: remove references to PLL4_AUDIO_DIV
arch/arm/boot/dts/imx6q-cm-fx6.dts | 4 ++--
arch/arm/boot/dts/imx6q-novena.dts | 2 +-
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 2 +-
drivers/clk/imx/clk-imx6q.c | 7 +++----
include/dt-bindings/clock/imx6qdl-clock.h | 10 +++++++++-
5 files changed, 16 insertions(+), 9 deletions(-)
--
2.7.4
WARNING: multiple messages have this Message-ID (diff)
From: Eric Nelson <eric@nelint.com>
To: devicetree@vger.kernel.org, linux-clk@vger.kernel.org
Cc: mark.rutland@arm.com, tiny.windzz@gmail.com, anson.huang@nxp.com,
colin.didier@devialet.com, shawnguo@kernel.org,
mturquette@baylibre.com, linux-kernel@vger.kernel.org,
sboyd@kernel.org, robh+dt@kernel.org, linux-imx@nxp.com,
kernel@pengutronix.de, Eric Nelson <eric@nelint.com>,
festevam@gmail.com, s.hauer@pengutronix.de,
linux-arm-kernel@lists.infradead.org, l.stach@pengutronix.de
Subject: [V2 0/2] ARM: imx6qdl: remove PLL4_AUDIO_DIV clock
Date: Mon, 11 Mar 2019 08:59:55 -0700 [thread overview]
Message-ID: <1552319997-24622-1-git-send-email-eric@nelint.com> (raw)
In-Reply-To: <1552304271.2453.12.camel@pengutronix.de>
This series removes the unsupported PLL4_AUDIO_DIV clock which appeared
in early versions of the i.MX6DQ reference manual, but doesn't function
as described in the current clock driver (i.e., it's a divide-by-1).
Since the clock node is also used to control the topology of the clock
tree, the PLL4_POST_DIV node is used to control parenting of downstream
SSI, CKO1, and ESAI/ASRC/SPDIF peripherals.
The first patch removes the clock, and the second updates several
device tree files to use PLL4_POST_DIV to select proper parents.
Eric Nelson (2):
clk: imx6q: remove unsupported pll4_audio_div
ARM: dts: imx6q: remove references to PLL4_AUDIO_DIV
arch/arm/boot/dts/imx6q-cm-fx6.dts | 4 ++--
arch/arm/boot/dts/imx6q-novena.dts | 2 +-
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 2 +-
drivers/clk/imx/clk-imx6q.c | 7 +++----
include/dt-bindings/clock/imx6qdl-clock.h | 10 +++++++++-
5 files changed, 16 insertions(+), 9 deletions(-)
--
2.7.4
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-03-11 16:02 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-10 23:18 [PATCH] clk: imx6q: remove unsupported pll4_audio_div Eric Nelson
2019-03-10 23:18 ` Eric Nelson
2019-03-11 11:37 ` Lucas Stach
2019-03-11 11:37 ` Lucas Stach
2019-03-11 14:02 ` Eric Nelson
2019-03-11 14:02 ` Eric Nelson
2019-03-11 15:39 ` [V2 0/2] ARM: imx6qdl: remove PLL4_AUDIO_DIV clock Eric Nelson
2019-03-11 15:39 ` Eric Nelson
2019-03-11 15:59 ` Eric Nelson [this message]
2019-03-11 15:59 ` Eric Nelson
2019-03-11 15:59 ` [V2 1/2] clk: imx6q: remove unsupported pll4_audio_div Eric Nelson
2019-03-11 15:59 ` Eric Nelson
2019-03-11 16:38 ` Fabio Estevam
2019-03-11 16:38 ` Fabio Estevam
2019-03-11 18:35 ` Stephen Boyd
2019-03-11 18:35 ` Stephen Boyd
2019-03-11 18:35 ` Stephen Boyd
2019-03-11 20:48 ` Eric Nelson
2019-03-11 20:48 ` Eric Nelson
2019-03-18 20:25 ` Stephen Boyd
2019-03-18 20:25 ` Stephen Boyd
2019-03-19 14:34 ` Aisheng Dong
2019-03-19 14:34 ` Aisheng Dong
2019-03-11 15:59 ` [PATCH 2/2] ARM: dts: imx6q: remove references to PLL4_AUDIO_DIV Eric Nelson
2019-03-11 15:59 ` Eric Nelson
2019-03-11 16:39 ` Fabio Estevam
2019-03-11 16:39 ` Fabio Estevam
2019-03-11 14:20 ` [PATCH] clk: imx6q: remove unsupported pll4_audio_div kbuild test robot
2019-03-11 14:20 ` kbuild test robot
2019-03-11 14:20 ` kbuild test robot
2019-03-13 7:43 ` kbuild test robot
2019-03-13 7:43 ` kbuild test robot
2019-03-13 7:43 ` kbuild test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1552319997-24622-1-git-send-email-eric@nelint.com \
--to=eric@nelint.com \
--cc=anson.huang@nxp.com \
--cc=colin.didier@devialet.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sboyd@kernel.org \
--cc=shawnguo@kernel.org \
--cc=tiny.windzz@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.