linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: tegra210: fix register range of apbmisc
@ 2019-01-04  7:16 Joseph Lo
  2019-01-04  7:16 ` [PATCH] arm64: dts: tegra210-smaug: fix IRQ type of PMIC Joseph Lo
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Joseph Lo @ 2019-01-04  7:16 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter
  Cc: linux-tegra, Mark Zhang, linux-arm-kernel, Joseph Lo

Fix the register range of apbmisc, that originally inherited from
Tegra124.

Reported-by: Mark Zhang <markz@nvidia.com>
Signed-off-by: Joseph Lo <josephl@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra210.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/nvidia/tegra210.dtsi b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
index e2baf52fe1af..b5858b5ea052 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra210.dtsi
@@ -470,7 +470,7 @@
 	apbmisc@70000800 {
 		compatible = "nvidia,tegra210-apbmisc", "nvidia,tegra20-apbmisc";
 		reg = <0x0 0x70000800 0x0 0x64>,   /* Chip revision */
-		      <0x0 0x7000e864 0x0 0x04>;   /* Strapping options */
+		      <0x0 0x70000008 0x0 0x04>;   /* Strapping options */
 	};
 
 	pinmux: pinmux@700008d4 {
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-01-25 12:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-04  7:16 [PATCH] arm64: dts: tegra210: fix register range of apbmisc Joseph Lo
2019-01-04  7:16 ` [PATCH] arm64: dts: tegra210-smaug: fix IRQ type of PMIC Joseph Lo
2019-01-25  4:20   ` Joseph Lo
2019-01-25 12:03   ` Thierry Reding
2019-01-04  7:16 ` [PATCH] soc/tegra: fuse: fix typo in tegra210_init_speedo_data Joseph Lo
2019-01-25  4:21   ` Joseph Lo
2019-01-25 11:45   ` Thierry Reding
2019-01-25  4:20 ` [PATCH] arm64: dts: tegra210: fix register range of apbmisc Joseph Lo
2019-01-25 11:59 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).