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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3143C433EF for ; Wed, 23 Feb 2022 13:55:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241132AbiBWN4J (ORCPT ); Wed, 23 Feb 2022 08:56:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229574AbiBWN4J (ORCPT ); Wed, 23 Feb 2022 08:56:09 -0500 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD0BEB0A6E; Wed, 23 Feb 2022 05:55:40 -0800 (PST) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 21NDtZ1b026972; Wed, 23 Feb 2022 07:55:35 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1645624535; bh=S7C/NqOakX7UbNk41LHpz1uj1i2eJAfjzGfWkUQqzhw=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=LSta1V0AMWkVKye2BKyuO6aQ3615OtOoEXSGlXiowG0NonB/PWCMoOhLXa3hzrScc 5u4uIOc5fE/deD9KDWmW2qvxR2Ry4rWk8I2nUvBOBJimnNdK+doOycKbJZyMoQeMiD IwfV/fEK4w0j3wEm3Q9aWYk1ge+nIDfChTUm6gbY= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 21NDtYHs116763 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 23 Feb 2022 07:55:34 -0600 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Wed, 23 Feb 2022 07:55:34 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Wed, 23 Feb 2022 07:55:34 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 21NDtYiN063612; Wed, 23 Feb 2022 07:55:34 -0600 Date: Wed, 23 Feb 2022 07:55:34 -0600 From: Nishanth Menon To: Aparna M CC: , , , , , , , , Subject: Re: [PATCH] arm64: dts: ti: k3-am642-sk: Add DT entry for onboard LEDs Message-ID: <20220223135534.jbmbdvc4zye7udmc@grafting> References: <20220223083229.8044-1-a-m1@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220223083229.8044-1-a-m1@ti.com> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 14:02-20220223, Aparna M wrote: > AM642 SK has 8 leds connected to tpic2810 onboard. Add support for these > gpio leds. > > Signed-off-by: Aparna M > --- > arch/arm64/boot/dts/ti/k3-am642-sk.dts | 70 ++++++++++++++++++++++++++ > 1 file changed, 70 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-am642-sk.dts b/arch/arm64/boot/dts/ti/k3-am642-sk.dts > index 6b04745147be..31e45bafa49e 100644 > --- a/arch/arm64/boot/dts/ti/k3-am642-sk.dts [...] > + > + exp2: gpio@60 { > + compatible = "ti,tpic2810"; Sorry, but no. please convert Documentation/devicetree/bindings/gpio/gpio-tpic2810.txt to yaml prior to any patches that enable it. (dtbs_check should have already warned you about this). > + reg = <0x60>; > + gpio-controller; > + #gpio-cells = <2>; > + gpio-line-names = "LED1","LED2","LED3","LED4","LED5","LED6","LED7","LED8"; > + }; > }; > > &main_i2c3 { > -- > 2.17.1 > -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D