[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a1be181e-d09f-4640-97a4-a209527f71fc@spud>
Date: Tue, 7 Mar 2023 15:16:17 +0000
From: Conor Dooley <conor.dooley@...rochip.com>
To: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Palmer Dabbelt <palmer@...belt.com>,
Daire McNamara <daire.mcnamara@...rochip.com>
CC: Paul Walmsley <paul.walmsley@...ive.com>,
Albert Ou <aou@...s.berkeley.edu>,
Claudiu Beznea <claudiu.beznea@...rochip.com>,
<linux-clk@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-riscv@...ts.infradead.org>
Subject: Re: [PATCH v5 07/14] riscv: dts: microchip: add mpfs specific macb
reset support
On Fri, Sep 09, 2022 at 01:31:16PM +0100, Conor Dooley wrote:
> The macb on PolarFire SoC has reset support which the generic compatible
> does not use. Add the newly introduced MPFS specific compatible as the
> primary compatible to avail of this support & wire up the reset to the
> clock controllers devicetree entry.
>
> Reviewed-by: Daire McNamara <daire.mcnamara@...rochip.com>
> Signed-off-by: Conor Dooley <conor.dooley@...rochip.com>
Somehow I lost my own patch between the cracks..
I've gone and applied it now as v6.4 content:
https://git.kernel.org/conor/c/0e9b70c1e3623fa110fb6be553e644524228ef60
Cheers,
Conor.
> ---
> arch/riscv/boot/dts/microchip/mpfs.dtsi | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/arch/riscv/boot/dts/microchip/mpfs.dtsi b/arch/riscv/boot/dts/microchip/mpfs.dtsi
> index 499c2e63ad35..ae5839534d9c 100644
> --- a/arch/riscv/boot/dts/microchip/mpfs.dtsi
> +++ b/arch/riscv/boot/dts/microchip/mpfs.dtsi
> @@ -234,6 +234,7 @@ clkcfg: clkcfg@...02000 {
> reg = <0x0 0x20002000 0x0 0x1000>, <0x0 0x3E001000 0x0 0x1000>;
> clocks = <&refclk>;
> #clock-cells = <1>;
> + #reset-cells = <1>;
> };
>
> mmuart0: serial@...00000 {
> @@ -383,7 +384,7 @@ can1: can@...0d000 {
> };
>
> mac0: ethernet@...10000 {
> - compatible = "cdns,macb";
> + compatible = "microchip,mpfs-macb", "cdns,macb";
> reg = <0x0 0x20110000 0x0 0x2000>;
> #address-cells = <1>;
> #size-cells = <0>;
> @@ -392,11 +393,12 @@ mac0: ethernet@...10000 {
> local-mac-address = [00 00 00 00 00 00];
> clocks = <&clkcfg CLK_MAC0>, <&clkcfg CLK_AHB>;
> clock-names = "pclk", "hclk";
> + resets = <&clkcfg CLK_MAC0>;
> status = "disabled";
> };
>
> mac1: ethernet@...12000 {
> - compatible = "cdns,macb";
> + compatible = "microchip,mpfs-macb", "cdns,macb";
> reg = <0x0 0x20112000 0x0 0x2000>;
> #address-cells = <1>;
> #size-cells = <0>;
> @@ -405,6 +407,7 @@ mac1: ethernet@...12000 {
> local-mac-address = [00 00 00 00 00 00];
> clocks = <&clkcfg CLK_MAC1>, <&clkcfg CLK_AHB>;
> clock-names = "pclk", "hclk";
> + resets = <&clkcfg CLK_MAC1>;
> status = "disabled";
> };
>
> --
> 2.36.1
>
>
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists