From patchwork Tue Apr 14 16:39:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Schramm X-Patchwork-Id: 202094 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BD1DC2BA19 for ; Tue, 14 Apr 2020 16:40:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A58A20678 for ; Tue, 14 Apr 2020 16:40:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404444AbgDNQkH (ORCPT ); Tue, 14 Apr 2020 12:40:07 -0400 Received: from mail.manjaro.org ([176.9.38.148]:47480 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404433AbgDNQkG (ORCPT ); Tue, 14 Apr 2020 12:40:06 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id 6926A3742B3D; Tue, 14 Apr 2020 18:40:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LtX2ZRwLkphG; Tue, 14 Apr 2020 18:40:00 +0200 (CEST) From: Tobias Schramm To: Rob Herring , Heiko Stuebner Cc: devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Tobias Schramm Subject: [PATCH 0/2] Fix some GPIO setup on Pinebook Pro Date: Tue, 14 Apr 2020 18:39:50 +0200 Message-Id: <20200414163952.1093784-1-t.schramm@manjaro.org> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patchset contains two small fixes for the dts of the Pinebook Pro. The first fixes inverted logic on the headphone detect GPIO. The second patch fixes unreliable DC charger detection. Tobias Schramm (2): arm64: dts: rockchip: fix inverted headphone detection arm64: dts: rockchip: enable DC charger detection pullup arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)