On Thu, Jan 9, 2020 at 11:19 PM Michal Simek <michal.si...@xilinx.com> wrote:
>
> From: Rob Herring <r...@kernel.org>
>
> The 'arm,armv8' compatible string is only for software models. It adds
> little value otherwise and is inconsistently used as a fallback on some
> platforms. Remove it from those platforms.
>
> This fixes warnings generated by the DT schema.
>
> Reported-by: Michal Simek <michal.si...@xilinx.com>
> Cc: Mark Rutland <mark.rutl...@arm.com>
> Cc: Will Deacon <will.dea...@arm.com>
> Acked-by: Antoine Tenart <antoine.ten...@bootlin.com>
> Acked-by: Nishanth Menon <n...@ti.com>
> Acked-by: Maxime Ripard <maxime.rip...@bootlin.com>
> Acked-by: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org>
> Acked-by: Chanho Min <chanho....@lge.com>
> Acked-by: Krzysztof Kozlowski <k...@kernel.org>
> Acked-by: Masahiro Yamada <yamada.masah...@socionext.com>
> Acked-by: Gregory CLEMENT <gregory.clem...@bootlin.com>
> Acked-by: Thierry Reding <tred...@nvidia.com>
> Acked-by: Heiko Stuebner <he...@sntech.de>
> Acked-by: Simon Horman <horms+rene...@verge.net.au>
> Acked-by: Tero Kristo <t-kri...@ti.com>
> Acked-by: Wei Xu <xuw...@hisilicon.com>
> Acked-by: Liviu Dudau <liviu.du...@arm.com>
> Acked-by: Matthias Brugger <matthias....@gmail.com>
> Acked-by: Michal Simek <michal.si...@xilinx.com>
> Acked-by: Scott Branden <scott.bran...@broadcom.com>
> Acked-by: Kevin Hilman <khil...@baylibre.com>
> Acked-by: Chunyan Zhang <zhang.l...@gmail.com>
> Acked-by: Robert Richter <rrich...@cavium.com>
> Acked-by: Jisheng Zhang <jisheng.zh...@synaptics.com>
> Acked-by: Dinh Nguyen <dingu...@kernel.org>


I know you are importing this commit from Linux,
but these Ack lines look weird to me...



> Signed-off-by: Rob Herring <r...@kernel.org>
> Signed-off-by: Arnd Bergmann <a...@arndb.de>
> Signed-off-by: Michal Simek <michal.si...@xilinx.com>
> ---
>
>  arch/arm/dts/zynqmp.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index b453941baf05..8646c4c3a340 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -25,7 +25,7 @@
>                 #size-cells = <0>;
>
>                 cpu0: cpu@0 {
> -                       compatible = "arm,cortex-a53", "arm,armv8";
> +                       compatible = "arm,cortex-a53";
>                         device_type = "cpu";
>                         enable-method = "psci";
>                         operating-points-v2 = <&cpu_opp_table>;
> @@ -34,7 +34,7 @@
>                 };
>
>                 cpu1: cpu@1 {
> -                       compatible = "arm,cortex-a53", "arm,armv8";
> +                       compatible = "arm,cortex-a53";
>                         device_type = "cpu";
>                         enable-method = "psci";
>                         reg = <0x1>;
> @@ -43,7 +43,7 @@
>                 };
>
>                 cpu2: cpu@2 {
> -                       compatible = "arm,cortex-a53", "arm,armv8";
> +                       compatible = "arm,cortex-a53";
>                         device_type = "cpu";
>                         enable-method = "psci";
>                         reg = <0x2>;
> @@ -52,7 +52,7 @@
>                 };
>
>                 cpu3: cpu@3 {
> -                       compatible = "arm,cortex-a53", "arm,armv8";
> +                       compatible = "arm,cortex-a53";
>                         device_type = "cpu";
>                         enable-method = "psci";
>                         reg = <0x3>;
> --
> 2.24.0
>


-- 
Best Regards
Masahiro Yamada

Reply via email to