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=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 C683DC433DB for ; Wed, 13 Jan 2021 14:16:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75C85233FB for ; Wed, 13 Jan 2021 14:16:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726634AbhAMOQi (ORCPT ); Wed, 13 Jan 2021 09:16:38 -0500 Received: from mail.kernel.org ([198.145.29.99]:44144 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726594AbhAMOQi (ORCPT ); Wed, 13 Jan 2021 09:16:38 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C9CBE233FB; Wed, 13 Jan 2021 14:15:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610547357; bh=3H1/0VlWx3J/wJnLTMTVLnx6NOXmPlyunqm/AiQM8oE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CccyngmqSe1lhtixq/KSzhHoQhAlJFp2b2ZBm2l7uAXhxebJGm4ZD04jxDsFNR8I/ nIlJqGtG9jgycW4IOzNzC+KEUpZjilEF02fI2mEk1z4+EPkBXLtTCzMmxabSMBKjSH 1NDBzHsec+bk5Fv77Yhe5IUi9RfLUuyQhknpcwOTA7okC5NssekOOItDqyGi4Wv0+L hkZNtRQiBQm1g9dwIekXLSROMG39kUr/a+e3JydUR3dRiK1CwEn0xjCWiBHLC0xzzV 4SYqDVEZ4DBN/tUEnA94NGZSi72tVicyukQewuAi+07TCt+5/NK3hmGxnk+wg/KmEK c7RkLxlxh/t1Q== Date: Wed, 13 Jan 2021 19:45:51 +0530 From: Vinod Koul To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: Kishon Vijay Abraham I , Rob Herring , Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, Al Cooper , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Subject: Re: [PATCH V4 1/3] dt-bindings: phy: brcm,brcmstb-usb-phy: convert to the json-schema Message-ID: <20210113141551.GS2771@vkoul-mobl> References: <20210106205838.10964-1-zajec5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210106205838.10964-1-zajec5@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 06-01-21, 21:58, Rafał Miłecki wrote: > From: Rafał Miłecki > > Changes that require mentioning: > 1. interrupt-names > Name "wakeup" was changed to the "wake". It matches example and what > Linux driver looks for in the first place > 2. brcm,ipp and brcm,ioc > Both were described as booleans with 0 / 1 values. In examples they > were integers and Linux checks for int as well. Both got uint32. > 3. Added minimal description Applied, thanks -- ~Vinod