Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a619b72a authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'am654-fixes-for-v4.20' of...

Merge tag 'am654-fixes-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux into fixes

Texas Instruments AM65x fixes for v4.20

- Fix the wkup uart instance addresses to use proper cell sizes, otherwise
  the uart fails to probe.

* tag 'am654-fixes-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux

:
  arm64: dts: ti: k3-am654: Fix wakeup_uart reg address

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 2e904398 8588eac3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

	wkup_uart0: serial@42300000 {
		compatible = "ti,am654-uart";
		reg = <0x00 0x42300000 0x00 0x100>;
		reg = <0x42300000 0x100>;
		reg-shift = <2>;
		reg-io-width = <4>;
		interrupts = <GIC_SPI 697 IRQ_TYPE_LEVEL_HIGH>;