From patchwork Wed Nov 28 22:33:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mesih Kilinc X-Patchwork-Id: 1004896 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="jP/aqbBY"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 434wVl5dtqz9s8F for ; Thu, 29 Nov 2018 09:36:31 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726670AbeK2Jh1 (ORCPT ); Thu, 29 Nov 2018 04:37:27 -0500 Received: from mail-wr1-f68.google.com ([209.85.221.68]:45248 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726568AbeK2Jh1 (ORCPT ); Thu, 29 Nov 2018 04:37:27 -0500 Received: by mail-wr1-f68.google.com with SMTP id v6so27918619wrr.12; Wed, 28 Nov 2018 14:34:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=+V2WbDnTTYDb5DheTPlD4ID/xDgu/F+Pl9HjYjs8x9s=; b=jP/aqbBYGtQuDlSXuQ99IiQ7ZzBc8MUcbgYFWN6KLXWnLhgTdnOACgvO9n4rvw2PUx Sgt9LcO1JGbN4ZdDQm7mONxndIfJvcz0Xn5OWwmKNGhdJuXrQI+GHK81t1KB71vePmQu uR+xGpYzGjMCoRXqM2LCWwa77GemDVuKe1qvebYd/WSlxWDXR3F38yJL7HKZHvDAw0Fg TLfqoAjoLuJOWuRoBwtEbSC7Y9Y7JUuk5W8G23W3ulehHURE7+MR3oiHSmC/SAF9NdKm DlWgn1GR2vOdgHGkoc6+ekNmrKCa8oLTN2fc807O1mb+WPlGJNeEZnJun46fRPv0GMD9 7UAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=+V2WbDnTTYDb5DheTPlD4ID/xDgu/F+Pl9HjYjs8x9s=; b=Qo9s16tT/+BKGtDiOpDcQqcrAtk4bvbcsZ2OWwE2Db9FpEMltRzyngHGphilTaM6Ls F6GWShJgt2BPI1r/RPPVKdgs8Hl6AgVrLgNIHlGGMvH43WLTJ3oc+LkvcnDPPzA2oT6f TuVIPEkwIBV9SwMsLt9f3/c1kfHAVNGhx+KqRT/3l86uaqprSU2paPwGS5SAkrGsEmE4 HZsH6XKfSYiVSqAQDY8gUcSY4uwKYDDIK6z/fxgzs/7/fAV/HdHkBqheOVYqIiJ1S+Id ipjqf8bxhUWicHTdIIc5ZFrV+j6NIk4XTMkS1i4uG44is6XWLxRAWFNGWZv53yZAnyfU KAnw== X-Gm-Message-State: AA+aEWYSyBb3xOhh+B4UnMzuEEysscOV2zEdO7IzP7gRmK0S3b5uTYkD F7VjzBCUIB4gOHDcYqGSBTDs4Rf5sQQ= X-Google-Smtp-Source: AFSGD/V3AgAn8O7kulBRyCbcguf9ZSWk26XHC8p4i5u9GZPvr8Q3yXevu5wIrwnzxAZn8/7qMiESfw== X-Received: by 2002:a5d:4b01:: with SMTP id v1mr31438334wrq.5.1543444454685; Wed, 28 Nov 2018 14:34:14 -0800 (PST) Received: from ThinkPad.home ([185.219.177.239]) by smtp.gmail.com with ESMTPSA id g198sm180244wmd.23.2018.11.28.14.34.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 28 Nov 2018 14:34:14 -0800 (PST) From: Mesih Kilinc To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com Cc: Mesih Kilinc , Maxime Ripard , Chen-Yu Tsai , Russell King , Daniel Lezcano , Marc Zyngier , Linus Walleij , Icenowy Zheng , Rob Herring , Julian Calaby Subject: [PATCH v5 02/17] dt-bindings: arm: Add new Allwinner ARMv5 F1C100s SoC Date: Thu, 29 Nov 2018 01:33:12 +0300 Message-Id: <8daadf3f8467f7b56154e19ae60b921d14aa7098.1543443475.git.mesihkilinc@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add new Allwinner ARMv5 F1C100s SoC's compatible string Signed-off-by: Mesih Kilinc Acked-by: Maxime Ripard Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/arm/sunxi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt index e4beec3..f9ddc05 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.txt +++ b/Documentation/devicetree/bindings/arm/sunxi.txt @@ -18,4 +18,5 @@ using one of the following compatible strings: allwinner,sun8i-v3s allwinner,sun9i-a80 allwinner,sun50i-a64 + allwinner,suniv-f1c100s nextthing,gr8