Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1606450
| Path | csiph.com!1.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Peter De Schrijver <pdeschrijver@nvidia.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH] clk: tegra: Add UARTB reset |
| Date | Wed, 22 Mar 2017 14:10:01 +0100 |
| Message-ID | <tnObv-2PV-7@gated-at.bofh.it> (permalink) |
| X-PGP-Universal | processed; by hqpgpgate101.nvidia.com on Wed, 22 Mar 2017 05:58:20 -0700 |
| X-Mailer | git-send-email 1.9.1 |
| X-Nvconfidentiality | public |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Originating-IP | [10.21.24.170] |
| X-Clientproxiedby | UKMAIL101.nvidia.com (10.26.138.13) To UKMAIL101.nvidia.com (10.26.138.13) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 25 |
| Organization | linux.* mail to news gateway |
| X-Original-Date | Wed, 22 Mar 2017 14:58:12 +0200 |
| X-Original-Message-ID | <1490187493-6162-1-git-send-email-pdeschrijver@nvidia.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1606450 |
Show key headers only | View raw
Bit 7 of CLK_RST_CONTROLLER_RST_DEVICES_L_0 controls the UARTB reset. Despite the fact that Tegra210 doesn't have VFIR, 224 was assigned as the clock ID for UARTB. We can't use 224 as the reset ID because that's already used for TEGRA210_RST_DFLL_DVCO. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> --- include/dt-bindings/reset/tegra210-car.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/reset/tegra210-car.h b/include/dt-bindings/reset/tegra210-car.h index 296ec6e..de2fce4 100644 --- a/include/dt-bindings/reset/tegra210-car.h +++ b/include/dt-bindings/reset/tegra210-car.h @@ -6,6 +6,8 @@ #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H #define _DT_BINDINGS_RESET_TEGRA210_CAR_H +#define TEGRA210_RST_UARTB 7 + #define TEGRA210_RESET(x) (7 * 32 + (x)) #define TEGRA210_RST_DFLL_DVCO TEGRA210_RESET(0) #define TEGRA210_RST_ADSP TEGRA210_RESET(1) -- 1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] clk: tegra: Add UARTB reset Peter De Schrijver <pdeschrijver@nvidia.com> - 2017-03-22 14:10 +0100
csiph-web