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

Commit 40513416 authored by Abhijit Kulkarni's avatar Abhijit Kulkarni
Browse files

disp: msm: sde: rename the cont splash region



This change renames the splash region memory node name
to align the node with the advanced bootloader naming
convention.

Change-Id: Idfd666b5e32e5f22ccb677f68155621adfe87a14
Signed-off-by: default avatarAbhijit Kulkarni <kabhijit@codeaurora.org>
parent 756b4293
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2991,7 +2991,7 @@ static int _sde_kms_get_splash_data(struct sde_splash_data *data)
	int ret = 0;
	struct device_node *parent, *node, *node1;
	struct resource r, r1;
	const char *node_name = "cont_splash_region";
	const char *node_name = "splash_region";
	struct sde_splash_mem *mem;
	bool share_splash_mem = false;
	int num_displays, num_regions;