[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210826132946.3324593-2-joel@jms.id.au>
Date: Thu, 26 Aug 2021 22:59:44 +0930
From: Joel Stanley <joel@....id.au>
To: Stafford Horne <shorne@...il.com>
Cc: openrisc@...ts.librecores.org, linux-kernel@...r.kernel.org
Subject: [PATCH 1/3] openrisc/litex: Update uart address
Recent litex socs will place the UART at 0xe0006800.
Signed-off-by: Joel Stanley <joel@....id.au>
---
arch/openrisc/boot/dts/or1klitex.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/openrisc/boot/dts/or1klitex.dts b/arch/openrisc/boot/dts/or1klitex.dts
index 3f9867aa3844..baba4f49fa6b 100644
--- a/arch/openrisc/boot/dts/or1klitex.dts
+++ b/arch/openrisc/boot/dts/or1klitex.dts
@@ -41,10 +41,10 @@ pic: pic {
interrupt-controller;
};
- serial0: serial@...02000 {
+ serial0: serial@...06800 {
device_type = "serial";
compatible = "litex,liteuart";
- reg = <0xe0002000 0x100>;
+ reg = <0xe0006800 0x100>;
};
soc_ctrl0: soc_controller@...00000 {
--
2.33.0
Powered by blists - more mailing lists