[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a226d15a-0dd7-6541-85e9-b46c6c2b989b@amd.com>
Date: Thu, 19 Jan 2023 14:03:47 +0100
From: Michal Simek <michal.simek@....com>
To: <linux-kernel@...r.kernel.org>, <monstr@...str.eu>,
<michal.simek@...inx.com>, <git@...inx.com>
CC: Harini Katakam <harini.katakam@....com>,
David Heidelberg <david@...t.cz>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Michael Grzeschik <m.grzeschik@...gutronix.de>,
Michael Tretter <m.tretter@...gutronix.de>,
Piyush Mehta <piyush.mehta@...inx.com>,
Rob Herring <robh+dt@...nel.org>,
Robert Hancock <robert.hancock@...ian.com>,
Sean Anderson <sean.anderson@...o.com>,
Tanmay Shah <tanmay.shah@....com>,
<devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v2] arm64: dts: zynqmp: Add xlnx prefix to GEM compatible
string
On 1/5/23 10:03, Michal Simek wrote:
> From: Harini Katakam <harini.katakam@....com>
>
> cdns,zynq/zynqmp/versal-gem was recently deprecated in Linux in
> favour of xlnx prefix. Add this new compatible string and remove
> the existing cdns,zynqmp-gem compatible string.
>
> Signed-off-by: Harini Katakam <harini.katakam@....com>
> Signed-off-by: Michal Simek <michal.simek@....com>
> ---
>
> Changes in v2:
> - Remove deprecated compatible string
> - Update commit message
>
> arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index 2ff4b788e094..153db59dc4b3 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -540,7 +540,7 @@ nand0: nand-controller@...00000 {
> };
>
> gem0: ethernet@...b0000 {
> - compatible = "cdns,zynqmp-gem", "cdns,gem";
> + compatible = "xlnx,zynqmp-gem", "cdns,gem";
> status = "disabled";
> interrupt-parent = <&gic>;
> interrupts = <0 57 4>, <0 57 4>;
> @@ -555,7 +555,7 @@ gem0: ethernet@...b0000 {
> };
>
> gem1: ethernet@...c0000 {
> - compatible = "cdns,zynqmp-gem", "cdns,gem";
> + compatible = "xlnx,zynqmp-gem", "cdns,gem";
> status = "disabled";
> interrupt-parent = <&gic>;
> interrupts = <0 59 4>, <0 59 4>;
> @@ -570,7 +570,7 @@ gem1: ethernet@...c0000 {
> };
>
> gem2: ethernet@...d0000 {
> - compatible = "cdns,zynqmp-gem", "cdns,gem";
> + compatible = "xlnx,zynqmp-gem", "cdns,gem";
> status = "disabled";
> interrupt-parent = <&gic>;
> interrupts = <0 61 4>, <0 61 4>;
> @@ -585,7 +585,7 @@ gem2: ethernet@...d0000 {
> };
>
> gem3: ethernet@...e0000 {
> - compatible = "cdns,zynqmp-gem", "cdns,gem";
> + compatible = "xlnx,zynqmp-gem", "cdns,gem";
> status = "disabled";
> interrupt-parent = <&gic>;
> interrupts = <0 63 4>, <0 63 4>;
Applied.
M
Powered by blists - more mailing lists