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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 E4A59C433E1 for ; Wed, 19 Aug 2020 08:40:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF97E207DE for ; Wed, 19 Aug 2020 08:40:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=ds0.me header.i=@ds0.me header.b="WMhMtygM" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726820AbgHSIj7 (ORCPT ); Wed, 19 Aug 2020 04:39:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725903AbgHSIj6 (ORCPT ); Wed, 19 Aug 2020 04:39:58 -0400 Received: from ds0.me (ds0.me [IPv6:2602:ffc5::f9bc:b4ce]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80F03C061757 for ; Wed, 19 Aug 2020 01:39:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ds0.me; s=mail; h=Content-Transfer-Encoding:MIME-Version:Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID; bh=WQNvN5XBxviNXp/nkEsX3Q8j54elLp096iKbVfrH+Do=; b=WMhMtygMQgBy9ELSyWTfgSQAmbDdUzcHo0Om3w9OseuLTJc8Si9jgWIuddn0R8OQ4XgDHa3ATrZyfLJwEVSPAp95gH6FAhVpzwPcHWH0s1H85N6ydHwHXNlUBWGppiZU4vTcMV/3Y7SM0oXXM7AyWzPpY4d4jiUldQnq0oj3k0M=; Received: from 97e0b068.skybroadband.com ([151.224.176.104] helo=archlinux) by ds0.me with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1k8JdR-0000V1-RV; Wed, 19 Aug 2020 04:39:54 -0400 Message-ID: Subject: Re: [Letux-kernel] [PATCH] omap5: Fix DSI base address and clocks From: David Shah To: Discussions about the Letux Kernel , "H. Nikolaus Schaller" Cc: Linux-OMAP , Linux Kernel Mailing List , kernel@pyra-handheld.com Date: Wed, 19 Aug 2020 09:39:45 +0100 In-Reply-To: <20200819055844.GT2994@atomide.com> References: <20200818095100.25412-1-dave@ds0.me> <9081697A-02F9-42EA-9F22-F62381FA1C79@goldelico.com> <20200819055844.GT2994@atomide.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org In any case the HDMI bug has reappeared while testing 5.9-rc1, although I can get the display to work by doing 'modprobe omapdrm' even if HDMI is enabled (as before it loads automatically if HDMI is disabled). Best David On Wed, 2020-08-19 at 08:58 +0300, Tony Lindgren wrote: > * H. Nikolaus Schaller [200818 09:58]: > > > Am 18.08.2020 um 11:51 schrieb David Shah : > > > > > > DSI was not probing due to base address off by 0x1000, and > > > sys_clk > > > missing. > > > > > > With this patch, the Pyra display works if HDMI is disabled in > > > the > > > device tree. > > > > For me it also works if HDMI is not disabled. > > So IMHO this comment is misleading. > > > > Otherwise, > > > > Tested-by: H. Nikolaus Schaller > > Thanks pushed out into fixes. Looks like I missed removing the > HDMI disabled comment part but seems like that's not critical > and don't want to redo the branch after pushing out. > > Regards, > > Tony > _______________________________________________ > https://projects.goldelico.com/p/gta04-kernel/ > Letux-kernel mailing list > Letux-kernel@openphoenux.org > http://lists.goldelico.com/mailman/listinfo.cgi/letux-kernel