From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4EC2A1CACF2; Fri, 1 Nov 2024 19:45:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730490347; cv=none; b=QcjNE941eRBtwSSe95NJnBqUPTv5eyb4s1SaTGjbevgMbJciZ42Oh6hKjULdaa8ajAWUU+N28zCN7BlzWLqJLfzKkaqpBhCk/3GaFEoEpEWNy9YKPADEj6O4eEIy4WmYM0J4OdH979NSEVTJh5bcbQG4zw58B7wcG7ju4/qehkw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730490347; c=relaxed/simple; bh=YWNoNC6IgOJgm0SF/tIFJ7L/6qpPeiZn6M9zbN/xeVg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=X7m1IuowlO4RF6Exoe6xIARw/EyP81rvcIILVZtY4xMVQqQLiGRUp9/ZQexeRHbNZD0zBiiROpQDQfkAyOFLIGF9sFObHoFCqKP8PTZf2uLywacoCvq/Putq4+ePxw3395U05HS0L+oOKwuoHjLgA+sMypElICdxTsSIaRRjTWs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QWU7F0mo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QWU7F0mo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DE14C4CECD; Fri, 1 Nov 2024 19:45:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1730490346; bh=YWNoNC6IgOJgm0SF/tIFJ7L/6qpPeiZn6M9zbN/xeVg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QWU7F0mohIBlgoCwzDfa6NQlqoHqC2bj57eoIluqRilmnwj6nOem5x/QrCxAleoHi Swc75tHM+cVEVIU0yz3iX2upl8vnUkU1C5Qy8ccyvP3Npsv9DSUXwWdgK32QewocNn VWUiJ+NstQvLI4HtaZOPIX2/U/1Zo+9tZhp1BYHvPSCjOO/yB7IOQO6uJ29BskLVVL JfaAwiJGOvRdd4kW6Je9o9mzvj9tQix7/QRez4oCD45RNRYif9XUeKh6nEG8gbm0X2 3cS4Ui9uP5AnZlW2Evr0M8NsqBnI+n1FS6ISMnOW/N1kbjXkBy23La2jKcTC+I7H0r +GnB2NEmgRVZA== Date: Fri, 1 Nov 2024 14:45:44 -0500 From: "Rob Herring (Arm)" To: Stanislav Jakubek Cc: Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Orson Zhai , Chunyan Zhang , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Baolin Wang , linux-pwm@vger.kernel.org Subject: Re: [PATCH] dt-bindings: pwm: sprd,ums512-pwm: convert to YAML Message-ID: <173049034404.4086958.11176792870448395104.robh@kernel.org> References: Precedence: bulk X-Mailing-List: linux-pwm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, 30 Oct 2024 10:36:36 +0100, Stanislav Jakubek wrote: > Convert the Spreadtrum/Unisoc UMS512 PWM controller bindings to DT schema. > Adjust filename to match compatible. Drop assigned-* properties as these > should not be needed. > > Signed-off-by: Stanislav Jakubek > --- > .../devicetree/bindings/pwm/pwm-sprd.txt | 40 ----------- > .../bindings/pwm/sprd,ums512-pwm.yaml | 66 +++++++++++++++++++ > 2 files changed, 66 insertions(+), 40 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-sprd.txt > create mode 100644 Documentation/devicetree/bindings/pwm/sprd,ums512-pwm.yaml > Reviewed-by: Rob Herring (Arm)