From mboxrd@z Thu Jan 1 00:00:00 1970 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=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 721FFC47254 for ; Fri, 1 May 2020 13:36:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4925824954 for ; Fri, 1 May 2020 13:36:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588340191; bh=jjzL8dEOpPjDZCYBJmZBJB+Z4r3Jm7DlFgVrJSvOJBk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=pBLv04AY79Gy2nu9SLQy6vuk1E6L+JCUtyw71JCQt6WWliOBIhx6DPNy6ygyAViz1 PZlWqRTtrdK5f6dYwgeCocOmy8gYGYxCQQn2w8jJSzt+psyH46vvvK84YnHTtMl94l MiwXGam5QDzWw/5UZUXJ4Sxw9tlmH+H+9nDvPzWE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730346AbgEANga (ORCPT ); Fri, 1 May 2020 09:36:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:34744 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730847AbgEANgS (ORCPT ); Fri, 1 May 2020 09:36:18 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 D27B1208DB; Fri, 1 May 2020 13:36:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588340178; bh=jjzL8dEOpPjDZCYBJmZBJB+Z4r3Jm7DlFgVrJSvOJBk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=c2ZJLpGZ0qV4fkfsMPgZiq/fRLh7SCyUEL5xWTiRibbC62fgOems73WEPbqKYPzIO /u9xXHVuDLqU5fiI+uQ8ZlF1YA/2w5Aizflygfg2fv+/RBOIVARAal4G3bbwXmb7JF hUsQLk+bAfxBhtn8ED6UoHZDA9xss4E3Av/gpBgY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Nicolas Saenz Julienne , Eric Anholt , Florian Fainelli Subject: [PATCH 4.19 20/46] ARM: dts: bcm283x: Disable dsi0 node Date: Fri, 1 May 2020 15:22:45 +0200 Message-Id: <20200501131505.878175580@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200501131457.023036302@linuxfoundation.org> References: <20200501131457.023036302@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nicolas Saenz Julienne commit 90444b958461a5f8fc299ece0fe17eab15cba1e1 upstream. Since its inception the module was meant to be disabled by default, but the original commit failed to add the relevant property. Fixes: 4aba4cf82054 ("ARM: dts: bcm2835: Add the DSI module nodes and clocks") Signed-off-by: Nicolas Saenz Julienne Reviewed-by: Eric Anholt Signed-off-by: Florian Fainelli Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/bcm283x.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -476,6 +476,7 @@ "dsi0_ddr2", "dsi0_ddr"; + status = "disabled"; }; thermal: thermal@7e212000 {