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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9C616C433F5 for ; Mon, 7 Feb 2022 03:49:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E4E4583C79; Mon, 7 Feb 2022 04:48:23 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="bcJtRmuf"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4A0D28141A; Mon, 7 Feb 2022 04:48:06 +0100 (CET) Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 333CE83C22 for ; Mon, 7 Feb 2022 04:47:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jbx6244@gmail.com Received: by mail-ed1-x52b.google.com with SMTP id w14so27130934edd.10 for ; Sun, 06 Feb 2022 19:47:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=obyjYTh77N7DXueOwo6FMvZSU89MRP+OFzKryWmqrQA=; b=bcJtRmufA6kbkeC1ZO0XHL0gScP6E22h0UtVS4CxVet6Yqznz3/KYbg+Dz3mafx35n ciEbmF/TuIxugcvolQhEQmpgFCY6GdrzWkt7j0hf/JlJltZK1mUJ+DiXusHQ73I3oiMU byBz7oYlgLWB6iWOHMon/CRXzSOIu15+PJp70oHHyfHHvX2QrqwmEbZaKkGfQOfvZbrh pLnzPuXaaqXjoADTl7vOM1eVmMxlnI7u79q5KHCdXt2fIdLbkK8VBkm7LwHMbUkfkg14 vAwQKc8WzZ/yj6PfmAAWEEPlqqrca7PN2WUP/4IW4xEHmpNIlg1nxvog2hoFM1YwfZlq 5mew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=obyjYTh77N7DXueOwo6FMvZSU89MRP+OFzKryWmqrQA=; b=ElDMK1huXgyUVi9pz9cGmdOR9jj2oKJKoqzPh9whED1LPhY+WEyAmUl9pwSaeYb6Xm xe+EXpY6SLxiJPpHM5gDEWbiN1efeS5DJ5qGdHsJM+GQgzU135VkcDA1L1Y+IDXlZG2f GBBD/HVrSm+feTRu6+SHJ4ITxSYP7leM4LHeaF+2+Xxxe3PVZpMxtXj1yJwUjCNjBoBy bGQ5Q7HMys0ggfR0euT8OeDga1fxkDK/F1UCS9O4EoEpbOho5NZB/ATC0w4+n4OS6qPU Jh8ad0Ym7dnQal5xItLIBHTOi7fRYNrWdONIboFVNglqwYp43weYL5Rjgm5ZFXz2sIQE coWw== X-Gm-Message-State: AOAM533PtXSq4a2KN1f6KhO+LXHC+2S/2X7rhXUtVHbtCCW2Q7/T+0lC 1Mvu1Uk7fIklun0Dc+JeB+k= X-Google-Smtp-Source: ABdhPJy4jASbvKzLsuXNHgn+OCsONX2ytHLsXtO+Q4L2ZWWRgJwuEjmQlov1Xf1qGvcOVV0U0tVkMQ== X-Received: by 2002:a50:f111:: with SMTP id w17mr4642322edl.248.1644205666128; Sun, 06 Feb 2022 19:47:46 -0800 (PST) Received: from debian.home (81-204-249-205.fixed.kpn.net. [81.204.249.205]) by smtp.gmail.com with ESMTPSA id b10sm3156019edt.94.2022.02.06.19.47.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 06 Feb 2022 19:47:45 -0800 (PST) From: Johan Jonker To: kever.yang@rock-chips.com Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, u-boot@lists.denx.de, w.egorov@phytec.de, hl@rock-chips.com, jagan@amarulasolutions.com, heiko@sntech.de Subject: [PATCH v1 11/15] arm: dts: rockchip: rename mipi_dsi label in rk3288-evb.dtsi Date: Mon, 7 Feb 2022 04:47:23 +0100 Message-Id: <20220207034727.2683-11-jbx6244@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220207034727.2683-1-jbx6244@gmail.com> References: <20220207034727.2683-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean The rk3288 mipi_dsi node in sync with Linux rk3288.dtsi has a different label then in use by rk3288-evb.dtsi, so fix compile and rename label. Signed-off-by: Johan Jonker --- arch/arm/dts/rk3288-evb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/rk3288-evb.dtsi b/arch/arm/dts/rk3288-evb.dtsi index 04902c0b..72da8847 100644 --- a/arch/arm/dts/rk3288-evb.dtsi +++ b/arch/arm/dts/rk3288-evb.dtsi @@ -448,7 +448,7 @@ status = "okay"; }; -&mipi_dsi0 { +&mipi_dsi { status = "disabled"; rockchip,panel = <&panel>; display-timings { -- 2.20.1