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

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

Merge tag 'davinci-for-v4.16/dt' of...

Merge tag 'davinci-for-v4.16/dt' of https://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes

A DT warning fix for W=1 warning message.

* tag 'davinci-for-v4.16/dt' of https://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci

:
  ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents b2cd1df6 7669b122
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -293,12 +293,12 @@
					label = "u-boot env";
					reg = <0 0x020000>;
				};
				partition@0x020000 {
				partition@20000 {
					/* The LCDK defaults to booting from this partition */
					label = "u-boot";
					reg = <0x020000 0x080000>;
				};
				partition@0x0a0000 {
				partition@a0000 {
					label = "free space";
					reg = <0x0a0000 0>;
				};