From patchwork Fri Jan 24 09:29:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 232964 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19E08C2D0DB for ; Fri, 24 Jan 2020 11:21:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E2798206D4 for ; Fri, 24 Jan 2020 11:21:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579864886; bh=cT6psYiqJCi2nP8IV+XO9ogkr+LAKgm2ookTYFBfWEs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=HQhRwOAHZmnu98NTkz9ppoakNtPYuTlPrXi3kV6BwHTaWXG5LkkeBj87gPTc+1VPu 4+PwZELNIZPFOvaLcxToUgeRk+evYWnBSM84Y39tA0JbgGXoghrVp0v2Mw5WFlvkWX pyWnWCRrIpQS2I/IvFNRiGyorOWtaPoQ6JapbVEA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390844AbgAXLVW (ORCPT ); Fri, 24 Jan 2020 06:21:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:59580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390482AbgAXLVV (ORCPT ); Fri, 24 Jan 2020 06:21:21 -0500 Received: from localhost (ip-213-127-102-57.ip.prioritytelecom.net [213.127.102.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C95862075D; Fri, 24 Jan 2020 11:21:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579864881; bh=cT6psYiqJCi2nP8IV+XO9ogkr+LAKgm2ookTYFBfWEs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KKByvpeaUMqp33oJ1Li7vDcqsOAKkExeS7P+H0uCvmkvItwbbaZFcUNoydf6spbCz EwVdnLnLjSSGhKReY+lXqKBwCnKs63Yqfx3nFMdQxM42cA67KpY9yaKn8t243CIxxC yxjfoRjArnEvWJWKzjZeDhFZC1geTacAkNpABqio= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jerome Brunet , Martin Blumenstingl , Kevin Hilman , Sasha Levin Subject: [PATCH 4.19 383/639] arm64: dts: meson: libretech-cc: set eMMC as removable Date: Fri, 24 Jan 2020 10:29:13 +0100 Message-Id: <20200124093134.940835895@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200124093047.008739095@linuxfoundation.org> References: <20200124093047.008739095@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Jerome Brunet [ Upstream commit 9f72e321d5506fe3e162a6308a4a295d7f10bb5d ] The eMMC on this board is add-on module which is not mandatory. Removing 'non-removable' property should prevent some errors when booting a board w/o an eMMC module present. Fixes: 72fb2c852188 ("ARM64: dts: meson-gxl-s905x-libretech-cc: fixup board definition") Signed-off-by: Jerome Brunet Reviewed-by: Martin Blumenstingl Signed-off-by: Kevin Hilman Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts index db293440e4cae..daad007fac1f6 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-libretech-cc.dts @@ -256,7 +256,6 @@ cap-mmc-highspeed; mmc-ddr-3_3v; max-frequency = <50000000>; - non-removable; disable-wp; mmc-pwrseq = <&emmc_pwrseq>;