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

Commit b4f2cf14 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'juno-update-5.4' of...

Merge tag 'juno-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/dt

ARMv8 Juno/FVP update for v5.4

Single patch removing optional 'max-memory-bandwidth' property for CLCD
that enables to allocate and use 32bpp buffers(used on FVP for Android
development)

* tag 'juno-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  arm64: dts: fast models: Remove clcd's max-memory-bandwidth

Link: https://lore.kernel.org/r/20190814172408.25995-1-sudeep.holla@arm.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents e14e5c11 a2481067
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -265,13 +265,5 @@
				<0 0 42 &gic 0 0 GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
				<0 0 43 &gic 0 0 GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>,
				<0 0 44 &gic 0 0 GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;

		motherboard {
			iofpga@3,00000000 {
				clcd@1f0000 {
					max-memory-bandwidth = <130000000>; /* 16bpp @ 63.5MHz */
				};
			};
		};
	};
};
+0 −2
Original line number Diff line number Diff line
@@ -188,8 +188,6 @@
					interrupts = <14>;
					clocks = <&v2m_oscclk1>, <&v2m_clk24mhz>;
					clock-names = "clcdclk", "apb_pclk";
					/* 800x600 16bpp @36MHz works fine */
					max-memory-bandwidth = <54000000>;
					memory-region = <&vram>;

					port {