From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753552AbdBNJtK (ORCPT ); Tue, 14 Feb 2017 04:49:10 -0500 Received: from sci-ig2.spreadtrum.com ([222.66.158.135]:64861 "EHLO SHSQR01.spreadtrum.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753068AbdBNJtH (ORCPT ); Tue, 14 Feb 2017 04:49:07 -0500 From: Chunyan Zhang To: , , , , , CC: , , , Subject: [PATCH 3/5] devicetree: bindings: revise compatible string of sprd uart Date: Tue, 14 Feb 2017 17:19:10 +0800 Message-ID: <1487063952-7113-4-git-send-email-chunyan.zhang@spreadtrum.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1487063952-7113-1-git-send-email-chunyan.zhang@spreadtrum.com> References: <1487063952-7113-1-git-send-email-chunyan.zhang@spreadtrum.com> MIME-Version: 1.0 Content-Type: text/plain X-MAIL: SHSQR01.spreadtrum.com v1E9K6aV097160 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch revise the compatible string of sprd uart to "sc-uart" since this driver is not only for SC9836, but for all Spreadtrum SoCs so far. Signed-off-by: Chunyan Zhang --- Documentation/devicetree/bindings/serial/sprd-uart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/serial/sprd-uart.txt b/Documentation/devicetree/bindings/serial/sprd-uart.txt index 2aff0f2..9b0ad52 100644 --- a/Documentation/devicetree/bindings/serial/sprd-uart.txt +++ b/Documentation/devicetree/bindings/serial/sprd-uart.txt @@ -1,7 +1,7 @@ * Spreadtrum serial UART Required properties: -- compatible: must be "sprd,sc9836-uart" +- compatible: must be "sprd,sc-uart" - reg: offset and length of the register set for the device - interrupts: exactly one interrupt specifier - clocks: phandles to input clocks. -- 2.7.4