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=-19.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,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 06BE3C433EF for ; Tue, 14 Sep 2021 12:32:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC0046103B for ; Tue, 14 Sep 2021 12:32:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232504AbhINMdT (ORCPT ); Tue, 14 Sep 2021 08:33:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:58050 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232412AbhINMdT (ORCPT ); Tue, 14 Sep 2021 08:33:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A848F60F9F; Tue, 14 Sep 2021 12:32:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631622721; bh=B9PIk/9PrcrqkK5QK8g/tEn1XLqHBAB4niXngidyYhI=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=lbEYWFzwfmuEvcZB9lU1qV7mYFyETzdgkC7Lj/bPUxS6BBZqm/h+z64mxJ/DP6/an Q763v9jDJwiA0k3BUTUSXth3eaiEzvURSV6nJcbcFLZJJivVDoJf9ah7iBxroTO6oG /3K2vgUYuTG49kbXe8LJS8KRCzj7Ow9D17Y0P5A20TYOTwWHJ2N+CZNGSblx1IYXZt PfY8cGcqFbmW+CefHNllhp2OJgWYyZUpTZ90xkSiXgznYaQ9Tz4AOAWtczxxXjLdVg 6ZXIY7YJ0eFIlZ/piic/oK+hNfNhfsZANA7v87Tm2aXWLwfUfHNhUsYfcUNLr6WBfj S/bbrbFcWJrMg== Subject: Re: [PATCH v2 0/2] ARM: dts: keystone-k2*-evm: Fix mdio and dss node status To: ssantosh@kernel.org Cc: nm@ti.com, lokeshvutla@ti.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210824105858.19496-1-rogerq@kernel.org> From: Roger Quadros Message-ID: <37067735-73a2-7840-e467-e13aab19fcd0@kernel.org> Date: Tue, 14 Sep 2021 15:31:58 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210824105858.19496-1-rogerq@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Santosh On 24/08/2021 13:58, Roger Quadros wrote: > Hi Santosh, > > This series fixes mdio and dss status nodes from "ok" to "okay" > > As per Device Tree Specification [1], the status parameter of nodes can > be "okay", "disabled", etc. "ok" is not a valid parameter. > > U-boot Driver Model does not recognize status="ok" either and treats > the node as disabled. > > [1] https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.3 Could you please queue these trivial fixes for 5.15? Thanks > > cheers, > -roger > > Roger Quadros (2): > ARM: dts: keystone-k2*-evm: Fix mdio node status to "okay" > ARM: dts: keystone-k2g-evm: Fix dss node status to "okay" > > arch/arm/boot/dts/keystone-k2e-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2g-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2hk-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2l-evm.dts | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > cheers, -roger