From: Krzysztof Kozlowski <krzk@kernel.org>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
Chanwoo Choi <cw00.choi@samsung.com>
Subject: Re: [PATCH 3/5] arm64: dts: exynos: Move FSYS CMU configuration from Exynos5433 dtsi to TM2 dts
Date: Wed, 16 Nov 2016 18:54:02 +0200 [thread overview]
Message-ID: <20161116165402.GA3727@kozik-lap> (raw)
In-Reply-To: <1479301615-11240-4-git-send-email-m.szyprowski@samsung.com>
On Wed, Nov 16, 2016 at 02:06:53PM +0100, Marek Szyprowski wrote:
> Move initial FSYS CMU (related to USB 3.0 devices) clocks configuration
> from generic exynos5433.dtsi file to exynos5433-tm2.dts, as this is
> a board specific item.
>
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
> arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 13 +++++++++++++
> arch/arm64/boot/dts/exynos/exynos5433.dtsi | 28 ---------------------------
> 2 files changed, 13 insertions(+), 28 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
> index 9ea3f32..b7b2482 100644
> --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
> +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
> @@ -892,6 +892,19 @@
> status = "okay";
> };
>
> +&cmu_fsys {
If there would be a resubmit, please put it in alphabetical order.
> + assigned-clocks = <&cmu_fsys CLK_MOUT_SCLK_USBDRD30_USER>,
> + <&cmu_top CLK_MOUT_SCLK_USBDRD30>,
> + <&cmu_fsys CLK_MOUT_PHYCLK_USBDRD30_UDRD30_PIPE_PCLK_USER>,
> + <&cmu_fsys CLK_MOUT_PHYCLK_USBDRD30_UDRD30_PHYCLOCK_USER>,
> + <&cmu_top CLK_DIV_SCLK_USBDRD30>;
> + assigned-clock-parents = <&cmu_top CLK_SCLK_USBDRD30_FSYS>,
> + <&cmu_top CLK_MOUT_BUS_PLL_USER>,
> + <&cmu_fsys CLK_PHYCLK_USBDRD30_UDRD30_PIPE_PCLK_PHY>,
> + <&cmu_fsys CLK_PHYCLK_USBDRD30_UDRD30_PHYCLOCK_PHY>;
> + assigned-clock-rates = <0>, <0>, <0>, <0>, <66700000>;
I see this is not an equivalent change - some clocks are not assigned
now. I had impression from the commit msg that it will be just a move so
no practical impact. Won't there be a problem with missing clock
assigns?
BR,
Krzysztof
> +};
> +
> &spi_1 {
> cs-gpios = <&gpd6 3 GPIO_ACTIVE_HIGH>;
> status = "okay";
> diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
> index a80eb4c..ab29352 100644
> --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
> @@ -1134,14 +1134,6 @@
> clocks = <&cmu_fsys CLK_ACLK_USBDRD30>,
> <&cmu_fsys CLK_SCLK_USBDRD30>;
> clock-names = "usbdrd30", "usbdrd30_susp_clk";
> - assigned-clocks =
> - <&cmu_fsys CLK_MOUT_SCLK_USBDRD30_USER>,
> - <&cmu_top CLK_MOUT_SCLK_USBDRD30>,
> - <&cmu_top CLK_DIV_SCLK_USBDRD30>;
> - assigned-clock-parents =
> - <&cmu_top CLK_SCLK_USBDRD30_FSYS>,
> - <&cmu_top CLK_MOUT_BUS_PLL_USER>;
> - assigned-clock-rates = <0>, <0>, <66700000>;
> #address-cells = <1>;
> #size-cells = <1>;
> ranges;
> @@ -1165,12 +1157,6 @@
> <&cmu_fsys CLK_SCLK_USBDRD30>;
> clock-names = "phy", "ref", "phy_utmi", "phy_pipe",
> "itp";
> - assigned-clocks =
> - <&cmu_fsys CLK_MOUT_PHYCLK_USBDRD30_UDRD30_PIPE_PCLK_USER>,
> - <&cmu_fsys CLK_MOUT_PHYCLK_USBDRD30_UDRD30_PHYCLOCK_USER>;
> - assigned-clock-parents =
> - <&cmu_fsys CLK_PHYCLK_USBDRD30_UDRD30_PIPE_PCLK_PHY>,
> - <&cmu_fsys CLK_PHYCLK_USBDRD30_UDRD30_PHYCLOCK_PHY>;
> #phy-cells = <1>;
> samsung,pmu-syscon = <&pmu_system_controller>;
> status = "disabled";
> @@ -1185,12 +1171,6 @@
> <&cmu_fsys CLK_SCLK_USBHOST30>;
> clock-names = "phy", "ref", "phy_utmi", "phy_pipe",
> "itp";
> - assigned-clocks =
> - <&cmu_fsys CLK_MOUT_PHYCLK_USBHOST30_UHOST30_PIPE_PCLK_USER>,
> - <&cmu_fsys CLK_MOUT_PHYCLK_USBHOST30_UHOST30_PHYCLOCK_USER>;
> - assigned-clock-parents =
> - <&cmu_fsys CLK_PHYCLK_USBHOST30_UHOST30_PIPE_PCLK_PHY>,
> - <&cmu_fsys CLK_PHYCLK_USBHOST30_UHOST30_PHYCLOCK_PHY>;
> #phy-cells = <1>;
> samsung,pmu-syscon = <&pmu_system_controller>;
> status = "disabled";
> @@ -1201,14 +1181,6 @@
> clocks = <&cmu_fsys CLK_ACLK_USBHOST30>,
> <&cmu_fsys CLK_SCLK_USBHOST30>;
> clock-names = "usbdrd30", "usbdrd30_susp_clk";
> - assigned-clocks =
> - <&cmu_fsys CLK_MOUT_SCLK_USBHOST30_USER>,
> - <&cmu_top CLK_MOUT_SCLK_USBHOST30>,
> - <&cmu_top CLK_DIV_SCLK_USBHOST30>;
> - assigned-clock-parents =
> - <&cmu_top CLK_SCLK_USBHOST30_FSYS>,
> - <&cmu_top CLK_MOUT_BUS_PLL_USER>;
> - assigned-clock-rates = <0>, <0>, <66700000>;
> #address-cells = <1>;
> #size-cells = <1>;
> ranges;
> --
> 1.9.1
>
next prev parent reply other threads:[~2016-11-16 16:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20161116130707eucas1p2bf1f2f6b02d360c0cd603d2e72a7ea35@eucas1p2.samsung.com>
2016-11-16 13:06 ` [PATCH 0/5] Fixes for Exynos5433 TM2 board Marek Szyprowski
2016-11-16 13:06 ` [PATCH 1/5] arm64: dts: exynos: Fix FSYS CMU parent clocks in Exynos 5433 SoC Marek Szyprowski
2016-11-16 16:31 ` Chanwoo Choi
2016-11-17 6:51 ` Marek Szyprowski
2016-11-16 13:06 ` [PATCH 2/5] arm64: dts: exynos: Add missing parent clocks to audio block " Marek Szyprowski
2016-11-16 13:41 ` Sylwester Nawrocki
2016-11-16 16:35 ` Chanwoo Choi
2016-11-16 13:06 ` [PATCH 3/5] arm64: dts: exynos: Move FSYS CMU configuration from Exynos5433 dtsi to TM2 dts Marek Szyprowski
2016-11-16 16:40 ` Chanwoo Choi
2016-11-16 16:54 ` Krzysztof Kozlowski [this message]
2016-11-17 6:36 ` Marek Szyprowski
2016-11-16 13:06 ` [PATCH 4/5] arm64: dts: exynos: Assign parent clock of the clkout clock for TM2 board Marek Szyprowski
2016-11-16 13:06 ` [PATCH 5/5] arm64: dts: exynos: TM2 - remove unused UART3 and set clocks directly on CMU Marek Szyprowski
2016-11-16 16:51 ` Chanwoo Choi
2016-11-17 6:38 ` Marek Szyprowski
2016-11-16 13:41 ` [PATCH 0/5] Fixes for Exynos5433 TM2 board Sylwester Nawrocki
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=20161116165402.GA3727@kozik-lap \
--to=krzk@kernel.org \
--cc=b.zolnierkie@samsung.com \
--cc=cw00.choi@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=s.nawrocki@samsung.com \
--cc=sw0312.kim@samsung.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.