From 4051341617b233074e613b81b8cb5932a7a75643 Mon Sep 17 00:00:00 2001 From: Abhijit Kulkarni Date: Tue, 24 Mar 2020 13:11:52 -0700 Subject: [PATCH] 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: Abhijit Kulkarni --- msm/sde/sde_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm/sde/sde_kms.c b/msm/sde/sde_kms.c index 078e748a6a..2567076baa 100644 --- a/msm/sde/sde_kms.c +++ b/msm/sde/sde_kms.c @@ -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;