From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3BAC1C433EF for ; Tue, 17 May 2022 13:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rAQNDiQV7cCqBcsBWkNQMuV3AzfwaS/F7+FhRDvLxkI=; b=vXmD/f8e9vR66Z k84W61OexK4ghRO+BPapnika/urKPhiz4so59jU6lpn8jNftwh9UFVaG/HJq6wmbeRsx+2IHJexaz /8EbRyI4bbQA9CdVbi/8EaIYpDWO98wFK7T9dUfjalaW8UkVyQeSyiMzJ+qEjew8lJdS3BpXD6yFT iy1ex3DA9XcEWFy8xHNr/XVFHufiXZ+yj8FVkhrWAY9bVNH9+LnapHzVxtSt5hZr226VGCPBmh8wW 1W1uZQpeO8JLu5mD8Pfq/mht3DBB/rZrYjW6LShmRvP3cjZfnnBTQ3XsqEe0qGA7RH3lYrB48C6Zz aMtZ9VkKUJObvcc930xQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqwuO-00DmuZ-D0; Tue, 17 May 2022 13:06:41 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqwmY-00DjAh-CH for linux-arm-kernel@lists.infradead.org; Tue, 17 May 2022 12:58:36 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B53DF61223; Tue, 17 May 2022 12:58:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08BC6C385B8; Tue, 17 May 2022 12:58:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652792313; bh=RhHPCDjYhGbJM/qCxpyBdbcOWVbWQwCIlM+2R7fj6rQ=; h=Date:From:List-Id:To:Cc:Subject:References:In-Reply-To:From; b=cIUdkpZNqeXrc9KeQdYDC9T90hxuH0MnWMf6/HPcNscFr58d9aQPP2YLGlt3tBxVA 1ZwDqIZj4jEzIBQIxZVSv7oEC+tfLsvl6d1uE/n9nrzsDzfeZ1HEI/MJ3bpln5vZl2 eKzM3CoEvmxTJyIfWJ9fu7XYmriTiqpw0j7D0kXMgyxsgGHzqQUi5kDowhxot/qaCF p1xHV7/cUCByoRuh9ZVdJt+FpOvNDQP9DAK3Qf4AijpdPkhAOKhJIlQ8tPwhFDDPOg c+e6MmcmaGBf+hRySpvNj3c24sPv1GOAwPssrY6hVe/sRmKqr/4NtaS+lrSdyke5+/ MyYBZvsVegXoQ== Date: Tue, 17 May 2022 20:49:37 +0800 From: Jisheng Zhang To: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org Cc: Rob Herring , Krzysztof Kozlowski , Sebastian Hesselbarth , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring Subject: Re: [RESEND PATCH] arm64: dts: synaptics: remove unused DTSI for AS370 Message-ID: References: <20220407204115.34350-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220407204115.34350-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220517_055834_533688_1A1FD394 X-CRM114-Status: GOOD ( 23.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Apr 07, 2022 at 10:41:15PM +0200, Krzysztof Kozlowski wrote: > The as370.dtsi for Synaptics AS370 SoC does not have a user (DTS board > file), is uncompilable and untestable. It was added back in 2018. No > user appeared since that time, so assume it won't be added. > > Signed-off-by: Krzysztof Kozlowski > Acked-by: Rob Herring Acked-by: Jisheng Zhang Hi Arnd, Olof, This is the only one patch of berlin-soc for v5.19, Can you please take it? Thanks in advance > > --- > > The AS370 board was submitted for review in Aug 2021 [1] but after few > comments there were no resubmits, so basically this is still a dead > DTSI. > > [1] https://lore.kernel.org/all/CAK8P3a2vkZVt1bb7-iDGaSHp20U9d8QXu6AcrUMceJSS9Q_-4Q@mail.gmail.com/ > --- > .../devicetree/bindings/arm/syna.txt | 4 - > arch/arm64/boot/dts/synaptics/as370.dtsi | 173 ------------------ > 2 files changed, 177 deletions(-) > delete mode 100644 arch/arm64/boot/dts/synaptics/as370.dtsi > > diff --git a/Documentation/devicetree/bindings/arm/syna.txt b/Documentation/devicetree/bindings/arm/syna.txt > index d8b48f2edf1b..851f48ead927 100644 > --- a/Documentation/devicetree/bindings/arm/syna.txt > +++ b/Documentation/devicetree/bindings/arm/syna.txt > @@ -18,10 +18,6 @@ stable binding/ABI. > > --------------------------------------------------------------- > > -Boards with the Synaptics AS370 SoC shall have the following properties: > - Required root node property: > - compatible: "syna,as370" > - > Boards with a SoC of the Marvell Berlin family, e.g. Armada 1500 > shall have the following properties: > > diff --git a/arch/arm64/boot/dts/synaptics/as370.dtsi b/arch/arm64/boot/dts/synaptics/as370.dtsi > deleted file mode 100644 > index 4bb5d650df9c..000000000000 > --- a/arch/arm64/boot/dts/synaptics/as370.dtsi > +++ /dev/null > @@ -1,173 +0,0 @@ > -// SPDX-License-Identifier: (GPL-2.0 OR MIT) > -/* > - * Copyright (C) 2018 Synaptics Incorporated > - * > - * Author: Jisheng Zhang > - */ > - > -#include > - > -/ { > - compatible = "syna,as370"; > - interrupt-parent = <&gic>; > - #address-cells = <2>; > - #size-cells = <2>; > - > - psci { > - compatible = "arm,psci-1.0"; > - method = "smc"; > - }; > - > - cpus { > - #address-cells = <1>; > - #size-cells = <0>; > - > - cpu0: cpu@0 { > - compatible = "arm,cortex-a53"; > - device_type = "cpu"; > - reg = <0x0>; > - enable-method = "psci"; > - next-level-cache = <&l2>; > - cpu-idle-states = <&CPU_SLEEP_0>; > - }; > - > - cpu1: cpu@1 { > - compatible = "arm,cortex-a53"; > - device_type = "cpu"; > - reg = <0x1>; > - enable-method = "psci"; > - next-level-cache = <&l2>; > - cpu-idle-states = <&CPU_SLEEP_0>; > - }; > - > - cpu2: cpu@2 { > - compatible = "arm,cortex-a53"; > - device_type = "cpu"; > - reg = <0x2>; > - enable-method = "psci"; > - next-level-cache = <&l2>; > - cpu-idle-states = <&CPU_SLEEP_0>; > - }; > - > - cpu3: cpu@3 { > - compatible = "arm,cortex-a53"; > - device_type = "cpu"; > - reg = <0x3>; > - enable-method = "psci"; > - next-level-cache = <&l2>; > - cpu-idle-states = <&CPU_SLEEP_0>; > - }; > - > - l2: cache { > - compatible = "cache"; > - }; > - > - idle-states { > - entry-method = "psci"; > - CPU_SLEEP_0: cpu-sleep-0 { > - compatible = "arm,idle-state"; > - local-timer-stop; > - arm,psci-suspend-param = <0x0010000>; > - entry-latency-us = <75>; > - exit-latency-us = <155>; > - min-residency-us = <1000>; > - }; > - }; > - }; > - > - osc: osc { > - compatible = "fixed-clock"; > - #clock-cells = <0>; > - clock-frequency = <25000000>; > - }; > - > - pmu { > - compatible = "arm,cortex-a53-pmu"; > - interrupts = , > - , > - , > - ; > - interrupt-affinity = <&cpu0>, > - <&cpu1>, > - <&cpu2>, > - <&cpu3>; > - }; > - > - timer { > - compatible = "arm,armv8-timer"; > - interrupts = , > - , > - , > - ; > - }; > - > - soc@f7000000 { > - compatible = "simple-bus"; > - #address-cells = <1>; > - #size-cells = <1>; > - ranges = <0 0 0xf7000000 0x1000000>; > - > - gic: interrupt-controller@901000 { > - compatible = "arm,gic-400"; > - #interrupt-cells = <3>; > - interrupt-controller; > - reg = <0x901000 0x1000>, > - <0x902000 0x2000>, > - <0x904000 0x2000>, > - <0x906000 0x2000>; > - interrupts = ; > - }; > - > - apb@e80000 { > - compatible = "simple-bus"; > - #address-cells = <1>; > - #size-cells = <1>; > - ranges = <0 0xe80000 0x10000>; > - > - uart0: serial@c00 { > - compatible = "snps,dw-apb-uart"; > - reg = <0xc00 0x100>; > - interrupts = ; > - clocks = <&osc>; > - reg-shift = <2>; > - status = "disabled"; > - }; > - > - gpio0: gpio@1800 { > - compatible = "snps,dw-apb-gpio"; > - reg = <0x1800 0x400>; > - #address-cells = <1>; > - #size-cells = <0>; > - > - porta: gpio-port@0 { > - compatible = "snps,dw-apb-gpio-port"; > - gpio-controller; > - #gpio-cells = <2>; > - ngpios = <32>; > - reg = <0>; > - interrupt-controller; > - #interrupt-cells = <2>; > - interrupts = ; > - }; > - }; > - > - gpio1: gpio@2000 { > - compatible = "snps,dw-apb-gpio"; > - reg = <0x2000 0x400>; > - #address-cells = <1>; > - #size-cells = <0>; > - > - portb: gpio-port@1 { > - compatible = "snps,dw-apb-gpio-port"; > - gpio-controller; > - #gpio-cells = <2>; > - ngpios = <32>; > - reg = <0>; > - interrupt-controller; > - #interrupt-cells = <2>; > - interrupts = ; > - }; > - }; > - }; > - }; > -}; > -- > 2.32.0 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel