Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932569AbeAHN30 (ORCPT + 1 other); Mon, 8 Jan 2018 08:29:26 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:38028 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756835AbeAHN3Y (ORCPT ); Mon, 8 Jan 2018 08:29:24 -0500 X-Google-Smtp-Source: ACJfBosyqEHPN/rDuhCmFtzQV+LfY6PUY17nTgsxBKGiCDPxSwo1r+fRrQROJIU3hIW11saRb2XClw== From: Daniel Lezcano To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , Rob Herring , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org (moderated list:ARM/ACTIONS SEMI ARCHITECTURE), devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Subject: [PATCH 01/20] dt-bindings: timer: Add Actions Semi S700 Date: Mon, 8 Jan 2018 14:28:40 +0100 Message-Id: <1515418139-23276-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1bbaef2e-4080-3f54-7db3-a8989acfd691@free.fr> References: <1bbaef2e-4080-3f54-7db3-a8989acfd691@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: From: Andreas Färber Define a compatible string for the Actions Semi S700 SoC timer. Acked-by: Rob Herring Signed-off-by: Andreas Färber Signed-off-by: Daniel Lezcano --- Documentation/devicetree/bindings/timer/actions,owl-timer.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/timer/actions,owl-timer.txt b/Documentation/devicetree/bindings/timer/actions,owl-timer.txt index e3c28da..977054f 100644 --- a/Documentation/devicetree/bindings/timer/actions,owl-timer.txt +++ b/Documentation/devicetree/bindings/timer/actions,owl-timer.txt @@ -2,6 +2,7 @@ Actions Semi Owl Timer Required properties: - compatible : "actions,s500-timer" for S500 + "actions,s700-timer" for S700 "actions,s900-timer" for S900 - reg : Offset and length of the register set for the device. - interrupts : Should contain the interrupts. -- 2.7.4