From patchwork Thu Nov 3 09:11:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9410591 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id AD43C60585 for ; Thu, 3 Nov 2016 09:12:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9217F29CF3 for ; Thu, 3 Nov 2016 09:12:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 86BB62A4B3; Thu, 3 Nov 2016 09:12:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 299A32A297 for ; Thu, 3 Nov 2016 09:12:34 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1c2E4Q-0005Ww-RZ; Thu, 03 Nov 2016 09:12:26 +0000 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1c2E3s-0005KN-4O for linux-amlogic@lists.infradead.org; Thu, 03 Nov 2016 09:11:54 +0000 Received: by mail-wm0-x235.google.com with SMTP id t79so86593859wmt.0 for ; Thu, 03 Nov 2016 02:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=42owx+rX6HpYUhswd47KhK2DyLvlJ3oopT53NhFveoQ=; b=O7iWkA6G8H2/AVacyIkKrBhSpbQI2V4gGW0MNGf23bQdaVmuzQ6jLOZXdqVaW0p3eP lD7kRGaGUofjfkPjoPcU9lwaYM/1Cr1DPgyJWbvXoY0rY1xshWUrP+bJVroMc77ELzh+ Wdel66u7pt0e930TB/229fUb8Fc5aNZU9k3RxZjsa5t9I2snPH0wNlOtl5J2TnVJHUQn uu0VRv+BTNJRkHevA+yFtJryTwzfAbkiztOp+ZzSIpuyfhPyA/KGnTUGsGGsnh5GV5HR HjsLzXgjcdKb+cn2z5iVoK/8rshCfUCb9HSQigS8S0wFXU+9Wld1Gd/BMsotbpy+tUzG /K2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=42owx+rX6HpYUhswd47KhK2DyLvlJ3oopT53NhFveoQ=; b=kLFe1OeXmH2zyGhGD7Gy+5hy4orpkhwngnCIrdA1//BmZYJlEsIWTuSF/MCpOEncXT 3sIrCxbFulDdnreM4vlTNUHTORphIPvIsfmoghUOBA8mM4C/Q3AEvzYs5OGBzfhveEBb x8RsXX0032K3gpOphBFj4jc6kbcufwhlODmEmVUruDDqN+0X2jL9mFDDIAb3lVDBSTW9 ztZRorLf1xGU68Ul2zoesdgBQPzJOx7sJXMSYRcweQqZnMYvKaLyF2XuQk2jJ0NQXXdb JInf/27DN2zDqsCQwfbmblzdnFx+BcbiIJaJdn21i2w2Q2Sv8l6ZnajfIDWb8AIf4+Yh o/JA== X-Gm-Message-State: ABUngvdPNBlNnCeImnziTabYk6qtLzeTuQvgCZVfqPeMpZfepNaTqYbc7NUD1n/PZvXl0dxm X-Received: by 10.28.94.139 with SMTP id s133mr7650220wmb.1.1478164290198; Thu, 03 Nov 2016 02:11:30 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id au8sm7342695wjc.12.2016.11.03.02.11.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 03 Nov 2016 02:11:29 -0700 (PDT) From: Neil Armstrong To: khilman@baylibre.com, carlo@caione.org Subject: [PATCH 1/2] ARM64: dts: meson-gxbb: Add generic legacy scpi compatible Date: Thu, 3 Nov 2016 10:11:23 +0100 Message-Id: <1478164284-24958-2-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1478164284-24958-1-git-send-email-narmstrong@baylibre.com> References: <1478164284-24958-1-git-send-email-narmstrong@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161103_021152_372211_2846D605 X-CRM114-Status: UNSURE ( 9.23 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Neil Armstrong MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 2d69a3b..5394657 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -75,7 +75,7 @@ }; scpi { - compatible = "amlogic,meson-gxbb-scpi"; + compatible = "amlogic,meson-gxbb-scpi", "arm,legacy-scpi"; mboxes = <&mailbox 1 &mailbox 2>; shmem = <&cpu_scp_lpri &cpu_scp_hpri>;