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

Commit 5cc17e2c authored by Pradeep P V K's avatar Pradeep P V K
Browse files

mtd: msm_qpic_nand: Disable Pagescope on sdxprairie



Due to mutiliple instances of BAM timeout from modem and
few memory issues with Pagescope read feature,
temporarly disable pagescope feature on APSS, until all
stability issues are fixed.

Change-Id: I7f82b6b1a1b68042c6db413af9b02f8f9e0531da
Signed-off-by: default avatarPradeep P V K <ppvk@codeaurora.org>
parent 91aa9b06
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/*
 * Copyright (C) 2007 Google, Inc.
 * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -4640,7 +4640,6 @@ static int msm_nand_probe(struct platform_device *pdev)
	}
	info->nand_chip.qpic_version = qpic_version.qpic_major;
	if (info->nand_chip.qpic_version >= 2) {
		info->nand_chip.caps = MSM_NAND_CAP_PAGE_SCOPE_READ;
		mutex_lock(&info->lock);
		err = msm_nand_get_device(info->nand_chip.dev);
		if (err) {