From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/6] ARM: dts: i.MX8MP: drop now upstream imx8mp-nominal.dtsi
Date: Mon, 14 Apr 2025 10:46:02 +0200 [thread overview]
Message-ID: <5003d208-f1c4-4cbc-88ec-aaa8c30bbd11@pengutronix.de> (raw)
In-Reply-To: <Z_zJUIijGZGEqcAu@pengutronix.de>
On 14.04.25 10:37, Sascha Hauer wrote:
> On Mon, Apr 14, 2025 at 08:50:04AM +0200, Ahmad Fatoum wrote:
>> This file is now available in Linux since v6.15-rc1, so we do not need
>> to duplicate it in barebox for boards to make use of it.
>>
>> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
>> ---
>> arch/arm/dts/imx8mp-nominal.dtsi | 49 --------------------------------
>> 1 file changed, 49 deletions(-)
>> delete mode 100644 arch/arm/dts/imx8mp-nominal.dtsi
>>
>> diff --git a/arch/arm/dts/imx8mp-nominal.dtsi b/arch/arm/dts/imx8mp-nominal.dtsi
>> deleted file mode 100644
>
> This is used by imx8mp-skov-reva.dtsi. Should the include be changed to
> use <> instead of "" now?
imx8mp-skov-reva.dtsi is in dts/ and there is a version of that file there.
This file here is unreferenced and the upstream version will be used
in the follow-up commit.
Thanks,
Ahmad
>
> Sascha
>
>> index d675d1e5486e..000000000000
>> --- a/arch/arm/dts/imx8mp-nominal.dtsi
>> +++ /dev/null
>> @@ -1,49 +0,0 @@
>> -// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
>> -
>> -&clk {
>> - assigned-clocks = <&clk IMX8MP_CLK_A53_SRC>,
>> - <&clk IMX8MP_CLK_A53_CORE>,
>> - <&clk IMX8MP_SYS_PLL3>,
>> - <&clk IMX8MP_CLK_NOC>,
>> - <&clk IMX8MP_CLK_NOC_IO>,
>> - <&clk IMX8MP_CLK_GIC>;
>> - assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_800M>,
>> - <&clk IMX8MP_ARM_PLL_OUT>,
>> - <0>,
>> - <&clk IMX8MP_SYS_PLL1_800M>,
>> - <&clk IMX8MP_SYS_PLL3_OUT>,
>> - <&clk IMX8MP_SYS_PLL1_800M>;
>> - assigned-clock-rates = <0>, <0>,
>> - <600000000>,
>> - <800000000>,
>> - <600000000>,
>> - <400000000>;
>> -};
>> -
>> -&pgc_hsiomix {
>> - assigned-clocks = <&clk IMX8MP_CLK_HSIO_AXI>;
>> - assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_800M>;
>> - assigned-clock-rates = <400000000>;
>> -};
>> -
>> -&pgc_gpumix {
>> - assigned-clocks = <&clk IMX8MP_CLK_GPU_AXI>,
>> - <&clk IMX8MP_CLK_GPU_AHB>;
>> - assigned-clock-parents = <&clk IMX8MP_SYS_PLL3_OUT>,
>> - <&clk IMX8MP_SYS_PLL3_OUT>;
>> - assigned-clock-rates = <600000000>, <300000000>;
>> -};
>> -
>> -&media_blk_ctrl {
>> - assigned-clocks = <&clk IMX8MP_CLK_MEDIA_AXI>,
>> - <&clk IMX8MP_CLK_MEDIA_APB>,
>> - <&clk IMX8MP_CLK_MEDIA_DISP1_PIX>,
>> - <&clk IMX8MP_CLK_MEDIA_DISP2_PIX>,
>> - <&clk IMX8MP_VIDEO_PLL1>;
>> - assigned-clock-parents = <&clk IMX8MP_SYS_PLL1_800M>,
>> - <&clk IMX8MP_SYS_PLL1_800M>,
>> - <&clk IMX8MP_VIDEO_PLL1_OUT>,
>> - <&clk IMX8MP_VIDEO_PLL1_OUT>;
>> - assigned-clock-rates = <400000000>, <200000000>,
>> - <0>, <0>, <1039500000>;
>> -};
>> --
>> 2.39.5
>>
>>
>>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2025-04-14 9:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 6:50 Ahmad Fatoum
2025-04-14 6:50 ` [PATCH 2/6] ARM: i.MX8MP: skov: decrease VDD_SOC to 850mV Ahmad Fatoum
2025-04-14 6:50 ` [PATCH 3/6] ARM: i.MX8MP: skov: assert switch reset early Ahmad Fatoum
2025-04-14 6:50 ` [PATCH 4/6] ARM: i.MX8MP: skov: halt startup until power is good Ahmad Fatoum
2025-04-14 8:40 ` Marco Felsch
2025-04-14 8:46 ` Ahmad Fatoum
2025-04-14 9:21 ` Marco Felsch
2025-04-14 9:36 ` Ahmad Fatoum
2025-04-14 10:56 ` Marco Felsch
2025-04-14 11:11 ` Ahmad Fatoum
2025-04-14 6:50 ` [PATCH 5/6] ARM: skov-imx8mp: print initial > on every boot Ahmad Fatoum
2025-04-14 6:50 ` [PATCH 6/6] ARM: i.MX8MP: skov: add new 7" g07017 variant support Ahmad Fatoum
2025-04-14 8:37 ` [PATCH 1/6] ARM: dts: i.MX8MP: drop now upstream imx8mp-nominal.dtsi Sascha Hauer
2025-04-14 8:46 ` Ahmad Fatoum [this message]
2025-04-14 9:19 ` Sascha Hauer
2025-04-15 6:48 ` Sascha Hauer
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=5003d208-f1c4-4cbc-88ec-aaa8c30bbd11@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox