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

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

Merge tag 'samsung-dt-4.11-2' of...

Merge tag 'samsung-dt-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt

Samsung DeviceTree update for v4.11, second round:
1. Use bigger reserved memory region for Multi Format Codec on all Exynos
   chipsets so it could decode FullHD easily.

* tag 'samsung-dt-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux

:
  ARM: dts: exynos: Fix indentation of EHCI and OHCI ports
  ARM: dts: exynos: Increase MFC left reserved memory region size

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents c3fcab3a dfaf06ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
		mfc_left: region_mfc_left {
			compatible = "shared-dma-pool";
			no-map;
			size = <0x1000000>;
			size = <0x2400000>;
			alignment = <0x100000>;
		};

+12 −12

File changed.

Contains only whitespace changes.