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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 CB8C8C433E1 for ; Sun, 5 Jul 2020 14:36:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B4D0A20720 for ; Sun, 5 Jul 2020 14:36:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726923AbgGEOgR (ORCPT ); Sun, 5 Jul 2020 10:36:17 -0400 Received: from muru.com ([72.249.23.125]:60812 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726861AbgGEOgR (ORCPT ); Sun, 5 Jul 2020 10:36:17 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 216B680F3; Sun, 5 Jul 2020 14:37:10 +0000 (UTC) Date: Sun, 5 Jul 2020 07:36:14 -0700 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: Tomi Valkeinen , Discussions about the Letux Kernel , kernel@pyra-handheld.com, Linux-OMAP , Laurent Pinchart , Jyri Sarha Subject: Re: OMAP5: inconsistency between target-module and dsi_of_data_omap5 Message-ID: <20200705143614.GR37466@atomide.com> References: <49725F81-E615-4101-81B3-0850F201D9E8@goldelico.com> <5F4C23B0-A82B-4F94-BD74-D04F6D798FC0@goldelico.com> <20200705142653.GQ37466@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200705142653.GQ37466@atomide.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tony Lindgren [200705 14:27]: > * H. Nikolaus Schaller [200705 13:48]: > > > This patch makes the DSI error go away and omapdrm initialized: > > > > > > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi > > > index e147121513e644..b9f54f62163879 100644 > > > --- a/arch/arm/boot/dts/omap5.dtsi > > > +++ b/arch/arm/boot/dts/omap5.dtsi > > > @@ -474,7 +474,7 @@ rfbi: encoder@0 { > > > }; > > > }; > > > > > > - target-module@5000 { > > > + target-module@4000 { > > > compatible = "ti,sysc-omap2", "ti,sysc"; > > > reg = <0x5000 0x4>, > > > <0x5010 0x4>, Looks like you need to also change the reg offsets above from 0x5000 something to 0x4000 something. > Do you have loaded display-connector? That is needed starting > with v5.7-rc1. Where the display-connector is a new kernel module to load. Regards, Tony