Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758242AbcCXQzR (ORCPT ); Thu, 24 Mar 2016 12:55:17 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:38653 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755838AbcCXQum (ORCPT ); Thu, 24 Mar 2016 12:50:42 -0400 From: Neil Armstrong To: linux-kernel@vger.kernel.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, daniel.lezcano@linaro.org, tglx@linutronix.de, rmk+kernel@arm.linux.org.uk, sudeep.holla@arm.com, devicetree@vger.kernel.org Cc: Neil Armstrong Subject: [PATCH v3 02/18] dt-bindings: timer: sp804: add new compatible for OX810SE SoC Date: Thu, 24 Mar 2016 17:49:59 +0100 Message-Id: <1458838215-23314-3-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1458838215-23314-1-git-send-email-narmstrong@baylibre.com> References: <1458838215-23314-1-git-send-email-narmstrong@baylibre.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 23 Add new oxsemi,ox810se-rps-timer compatible string to support the PLX Technology OX810SE SoC Dual Timers variant. Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/timer/arm,sp804.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/timer/arm,sp804.txt b/Documentation/devicetree/bindings/timer/arm,sp804.txt index 5cd8eee7..ebe8753 100644 --- a/Documentation/devicetree/bindings/timer/arm,sp804.txt +++ b/Documentation/devicetree/bindings/timer/arm,sp804.txt @@ -2,7 +2,7 @@ ARM sp804 Dual Timers --------------------------------------- Required properties: -- compatible: Should be "arm,sp804" & "arm,primecell" +- compatible: Should be "arm,sp804" & "arm,primecell", or "oxsemi,ox810se-rps-timer" - interrupts: Should contain the list of Dual Timer interrupts. This is the interrupt for timer 1 and timer 2. In the case of a single entry, it is the combined interrupt or if "arm,sp804-has-irq" is present that -- 1.9.1