From mboxrd@z Thu Jan 1 00:00:00 1970 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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_GIT autolearn=ham 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 052C6C282C4 for ; Tue, 12 Feb 2019 17:51:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2C3A20842 for ; Tue, 12 Feb 2019 17:51:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549993891; bh=NyxhR5dXXzyoh4cqtUxYRU9DEg1XlBZLgGW29D8rAYg=; h=From:To:Subject:Date:In-Reply-To:References:List-ID:From; b=Y0jp8/BCzEkuIwJKR5DH01ibnzUYhdx1sJ2o8KBhpaArxRZOLkxJWAqOQvC3cuqhq GZ1DrNJdC077NvgMnR3Rj76uCOhSa7J0jC81a3bgyu3sxQTj+J1iRYdPGztz3trO8c C5i0MqO1W9zfCVsvs2e9H0NBKLRS5hv2lFGpPsEI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731464AbfBLRva (ORCPT ); Tue, 12 Feb 2019 12:51:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:55308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728462AbfBLRvF (ORCPT ); Tue, 12 Feb 2019 12:51:05 -0500 Received: from localhost.localdomain (unknown [194.230.155.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2A5FB222C4; Tue, 12 Feb 2019 17:51:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549993864; bh=NyxhR5dXXzyoh4cqtUxYRU9DEg1XlBZLgGW29D8rAYg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PLsKNffXY8xzKrWg74tBL+OiUxN1G0dk0i41czphoNzEENImPHwkx2Rr9QExZcZ+C 4duOcPE2wEPZeJTOJQEET8/LaRhrj4DFeXqor8v0xiJXBQa3E9+duEcP6ZhgJK4DyC FjjxKuzt9mMDpm9VK4cCvp0OFgfapnjn9KNcXBGw= From: Krzysztof Kozlowski To: Rob Herring , Mark Rutland , Kukjin Kim , Krzysztof Kozlowski , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: [PATCH 1/4] dt-bindings: clock: exynos: Put CLK_UART3 in order Date: Tue, 12 Feb 2019 18:50:49 +0100 Message-Id: <20190212175052.6310-2-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190212175052.6310-1-krzk@kernel.org> References: <20190212175052.6310-1-krzk@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Order the CLK_UART3 by ID. No change in functionality. Signed-off-by: Krzysztof Kozlowski --- include/dt-bindings/clock/exynos5410.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dt-bindings/clock/exynos5410.h b/include/dt-bindings/clock/exynos5410.h index f179eabbcdb7..5b911ede0534 100644 --- a/include/dt-bindings/clock/exynos5410.h +++ b/include/dt-bindings/clock/exynos5410.h @@ -36,6 +36,7 @@ #define CLK_UART0 257 #define CLK_UART1 258 #define CLK_UART2 259 +#define CLK_UART3 260 #define CLK_I2C0 261 #define CLK_I2C1 262 #define CLK_I2C2 263 @@ -44,7 +45,6 @@ #define CLK_USI1 266 #define CLK_USI2 267 #define CLK_USI3 268 -#define CLK_UART3 260 #define CLK_PWM 279 #define CLK_MCT 315 #define CLK_WDT 316 -- 2.17.1 From mboxrd@z Thu Jan 1 00:00:00 1970 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=-9.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 6B1A6C282C4 for ; Tue, 12 Feb 2019 17:51:27 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3998E20842 for ; Tue, 12 Feb 2019 17:51:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="MsIDy0gV"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="PLsKNffX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3998E20842 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tMooZNFv+bvu2P3CGKiB2PNQwtvZ845/uooKoSxCGNc=; b=MsIDy0gVNUy/Lx qBvqVbQw0log7C2/E1ctTpR5yOYS3zNvSuXTyTfGz7h5JGhtCO9KTiOvJTIAD9Snk+uZX42vcK9BY VbPPbi/CB7yQ7Ahqpjc8/Fr/TzRAEvSAcC1RL8cY6fqYIfH6KA4HUYx/1OwiPIXr4H9ihWa7Fhtj6 ULU8HQKn93vTpsxY6UO3ca4Jqgpmh+CVormEIaukUeAYC0sr4KxrvszqQ0c1Svrs6D3R9+9ZQqUrk hL9oZXisxdEGfl23QewVN0En0xP00uGRvjXhJxclpcj2+wI3pLDVHpaIqJJBTSyr59xwRq6oKCvIS PaADTgkErw1KXPZaGNoA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gtcDH-0006vm-SH; Tue, 12 Feb 2019 17:51:19 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gtcD2-0006hv-PS for linux-arm-kernel@lists.infradead.org; Tue, 12 Feb 2019 17:51:09 +0000 Received: from localhost.localdomain (unknown [194.230.155.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2A5FB222C4; Tue, 12 Feb 2019 17:51:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549993864; bh=NyxhR5dXXzyoh4cqtUxYRU9DEg1XlBZLgGW29D8rAYg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PLsKNffXY8xzKrWg74tBL+OiUxN1G0dk0i41czphoNzEENImPHwkx2Rr9QExZcZ+C 4duOcPE2wEPZeJTOJQEET8/LaRhrj4DFeXqor8v0xiJXBQa3E9+duEcP6ZhgJK4DyC FjjxKuzt9mMDpm9VK4cCvp0OFgfapnjn9KNcXBGw= From: Krzysztof Kozlowski To: Rob Herring , Mark Rutland , Kukjin Kim , Krzysztof Kozlowski , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: [PATCH 1/4] dt-bindings: clock: exynos: Put CLK_UART3 in order Date: Tue, 12 Feb 2019 18:50:49 +0100 Message-Id: <20190212175052.6310-2-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190212175052.6310-1-krzk@kernel.org> References: <20190212175052.6310-1-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190212_095105_231710_6AC46EDB X-CRM114-Status: GOOD ( 12.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Order the CLK_UART3 by ID. No change in functionality. Signed-off-by: Krzysztof Kozlowski --- include/dt-bindings/clock/exynos5410.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dt-bindings/clock/exynos5410.h b/include/dt-bindings/clock/exynos5410.h index f179eabbcdb7..5b911ede0534 100644 --- a/include/dt-bindings/clock/exynos5410.h +++ b/include/dt-bindings/clock/exynos5410.h @@ -36,6 +36,7 @@ #define CLK_UART0 257 #define CLK_UART1 258 #define CLK_UART2 259 +#define CLK_UART3 260 #define CLK_I2C0 261 #define CLK_I2C1 262 #define CLK_I2C2 263 @@ -44,7 +45,6 @@ #define CLK_USI1 266 #define CLK_USI2 267 #define CLK_USI3 268 -#define CLK_UART3 260 #define CLK_PWM 279 #define CLK_MCT 315 #define CLK_WDT 316 -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel