From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751026AbdA3Sv2 (ORCPT ); Mon, 30 Jan 2017 13:51:28 -0500 Received: from mail-pf0-f175.google.com ([209.85.192.175]:34110 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754103AbdA3SvY (ORCPT ); Mon, 30 Jan 2017 13:51:24 -0500 From: Kevin Hilman To: Neil Armstrong Cc: carlo@caione.org, linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM64: meson-gxbb-p200: add ADC laddered keys Organization: BayLibre References: <1484562165-29449-1-git-send-email-narmstrong@baylibre.com> Date: Mon, 30 Jan 2017 10:50:46 -0800 In-Reply-To: <1484562165-29449-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Mon, 16 Jan 2017 11:22:45 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (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: > Add the 5 buttons connected to a resistor laddered matrix and sampled > by the SAR ADC channel 0. > > Only the p200 board has these buttons, the P201 doesn't. > > Signed-off-by: Neil Armstrong Applied to v4.11/dt64. Note that I fixed up the subject prefix to be ARM64: dts: Kevin