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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 E2081C433E2 for ; Thu, 3 Sep 2020 14:23:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B7EB220722 for ; Thu, 3 Sep 2020 14:23:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="NUnEhUDA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728917AbgICOW0 (ORCPT ); Thu, 3 Sep 2020 10:22:26 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:49124 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729081AbgICOUW (ORCPT ); Thu, 3 Sep 2020 10:20:22 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 083E1tMJ062014; Thu, 3 Sep 2020 09:01:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1599141715; bh=n6y75OS1VKW/QZMhxyG+JtFUMIMKwkz1G/LzqW6xNhs=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=NUnEhUDAV9tPN3PA5NWONPzB9cn4doJiuRoc3oDumEcZ3t38Z0MEm7kc7i/iFzmwX dlHVE7mviiBMmR5upO1GzxFRfsiyn7iu5PRub409Nu8XWoJY62J3O1NmvroYA6FXCx EP9AZusbhqwY3jU4As+caDYk3CfZGK14CywlE9eA= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 083E1tBD126942 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 3 Sep 2020 09:01:55 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 3 Sep 2020 09:01:54 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 3 Sep 2020 09:01:54 -0500 Received: from [10.24.69.20] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 083E1o6J053454; Thu, 3 Sep 2020 09:01:51 -0500 Subject: Re: [PATCH V2 1/8] arm64: dts: ti: k3-j721e: Use lower case hexadecimal To: Nishanth Menon , Rob Herring , Tero Kristo CC: , , , Suman Anna , Vignesh Raghavendra , , References: <20200901223059.14801-1-nm@ti.com> <20200903130015.21361-2-nm@ti.com> From: Lokesh Vutla Message-ID: <224da37a-9b78-e6c1-cc93-f4a3c913ddae@ti.com> Date: Thu, 3 Sep 2020 19:31:50 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200903130015.21361-2-nm@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 03/09/20 6:30 pm, Nishanth Menon wrote: > Device tree convention uses lower case a-f for hexadecimals. Fix the > same. > > Signed-off-by: Nishanth Menon Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh