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 7A104C004D4 for ; Wed, 18 Jan 2023 04:08:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E504E855E9; Wed, 18 Jan 2023 05:08:53 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="UUPaxKG5"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0D0D4855EC; Wed, 18 Jan 2023 05:08:52 +0100 (CET) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4DEAE855C0 for ; Wed, 18 Jan 2023 05:08:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=vigneshr@ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30I48glZ097926; Tue, 17 Jan 2023 22:08:42 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1674014922; bh=1ZdMt8lxlut7QeEonqXFZI9iu/7fGkWt0kR3jFBsm7M=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=UUPaxKG5pKyjHnDSE9WA6MCcSm3ESMiwd2TP1rrh/EBkF8fB7Ik7Ng7/2FExXa6gs lBynkJ+NpsFd7n4uAE/pDMUMp/x+JaSYS84yVoDZc+ZYVPKp4uRiuKgo8caUiSTkis 2Z0TO5EDRWTOGhcJH0RbRx4TDPZzoNysAnBtTHSw= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30I48gg9097990 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 17 Jan 2023 22:08:42 -0600 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Tue, 17 Jan 2023 22:08:42 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Tue, 17 Jan 2023 22:08:42 -0600 Received: from [172.24.145.182] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30I48dfY086894; Tue, 17 Jan 2023 22:08:40 -0600 Message-ID: Date: Wed, 18 Jan 2023 09:38:38 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [EXTERNAL] Re: [PATCH 3/9] arm: dts: k3-am62-main: Add device tree node for TIDSS Content-Language: en-US To: Tom Rini , Nikhl M Jain CC: , , , , References: <20230113082927.9524-1-n-jain1@ti.com> <20230113082927.9524-4-n-jain1@ti.com> <20230113144323.GJ3787616@bill-the-cat> <0414a53e-beb2-180c-6774-4ee3a3bf7327@ti.com> <20230117131950.GX3880571@bill-the-cat> From: Vignesh Raghavendra In-Reply-To: <20230117131950.GX3880571@bill-the-cat> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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.6 at phobos.denx.de X-Virus-Status: Clean Hi Nikhil, On 17/01/23 18:49, Tom Rini wrote: > On Tue, Jan 17, 2023 at 10:09:00AM +0530, Nikhl M Jain wrote: >> Hi, Tom >> >> On 13/01/23 20:13, Tom Rini wrote: >>> On Fri, Jan 13, 2023 at 01:59:21PM +0530, Nikhil M Jain wrote: >>> >>>> Add device tree node which includes the register >>>> regions to write properties of planes (vidl1 and vid1), >>>> overlays (ovr1 and ovr2),and video ports(vp1 and vp2). >>>> TIDSS uses 3 clocks, fck- for its internal logic and >>>> clk vp1 and vp2 for oldi and HDMI ports. >>>> >>>> To control the oldi panel its register region is added >>>> in dss_oldi_io_ctrl. >>>> >>>> Signed-off-by: Nikhil M Jain >>>> --- >>>> arch/arm/dts/k3-am62-main.dtsi | 41 ++++++++++++++++++++++++++++++++++ >>>> 1 file changed, 41 insertions(+) >>> >>> Can we not get this with a re-sync of the dts upstream? We should do >>> that instead. >>> >> On linux side pathces have been sent upstream, waiting for patches to be >> accepted. >> >> link: >> https://lore.kernel.org/linux-arm-kernel/20220505134303.23208-2-a-bhatia1@ti.com/T/ >> >> Is it possible to accept these patches now and resync the dts when the >> patches on the linux side gets accepted. > > Based on the link you give here, they haven't been accepted, they've had > changes requested: > https://lore.kernel.org/linux-arm-kernel/20220505134303.23208-2-a-bhatia1@ti.com/T/#mcf7eb2921982735440f2b0959feb3831530a2f05 > Please wait for the kernel bindings to settle down. Else we will end up with different sets of bindings for kernel and u-boot. I don't see why DSS should be exempted from the rule that kernel bindings and DT being accepted. -- Regards Vignesh