From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759720AbcKCWf7 (ORCPT ); Thu, 3 Nov 2016 18:35:59 -0400 Received: from mail-oi0-f43.google.com ([209.85.218.43]:36702 "EHLO mail-oi0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759353AbcKCWfq (ORCPT ); Thu, 3 Nov 2016 18:35:46 -0400 From: Kevin Hilman To: Neil Armstrong Cc: carlo@caione.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] ARM64: meson-gxbb: SCPI Fixup Organization: BayLibre References: <1478164284-24958-1-git-send-email-narmstrong@baylibre.com> Date: Thu, 03 Nov 2016 16:35:39 -0600 In-Reply-To: <1478164284-24958-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Thu, 3 Nov 2016 10:11:22 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Neil Armstrong writes: > This patchset updates the GXBB dtsi and the ARM64 defconfig in order > to make SCPI work following the Legacy SCPI rework from Sudeep Hola at [1]. > > The rework introduced a generic "arm,legacy-scpi" compatible string. > The second patch enables the necessary Platform MHU in defconfig. I folded PATCH 1/2 into the original, and (re)pushed both the amlogic v4.10/dt64 branch. Kevin > [1] http://lkml.kernel.org/r/1478148731-11712-1-git-send-email-sudeep.holla@arm.com > > Neil Armstrong (2): > ARM64: dts: meson-gxbb: Add generic legacy scpi compatible > ARM64: configs: Add Platform MHU in defconfig > > arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 2 +- > arch/arm64/configs/defconfig | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-)