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 998F6ECAAD5 for ; Thu, 1 Sep 2022 19:15:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233518AbiIATPE (ORCPT ); Thu, 1 Sep 2022 15:15:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233800AbiIATPA (ORCPT ); Thu, 1 Sep 2022 15:15:00 -0400 Received: from mail-oa1-f49.google.com (mail-oa1-f49.google.com [209.85.160.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CE922642; Thu, 1 Sep 2022 12:14:59 -0700 (PDT) Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-11e9a7135easo31495210fac.6; Thu, 01 Sep 2022 12:14:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=message-id:date:subject:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc:subject:date; bh=VtMkuQSRm5s1MtIjNa1EI8yp4U/CIxvqBb2k57VJBOU=; b=fWu6xD8tfkhFtB1j9Y8rmyGRFUhARegqat6A9dZTujn2fk5EVwOSYU7yN0zUncF6vD Xh7hTD0L4jvnApT1IlA5tzqv7KxEC0k169+MvyYUveQ31cnk8OCjAXYKvWk+KOirV0XM yU3DG391HDf9q7gqcnfQ+/8YcUKGeOQW7CYhRwLYQJWmE1hhhBhTyxjuRL/3niJNQ33j 9gIVxAxcFfhx7S4dyLje3Nu9r1o1kypXQkiFbRCYiAY6Yq3jdcF1OjNjVNAiz09pFGcn tUfcvnehOfMI2PtkIbXNaXAqo2Wwsp/aThDeXIvTuKpoNDcVu/vSnEHScprMaE35MvY3 7q5A== X-Gm-Message-State: ACgBeo2U4XD8JQ9neK0CyF54sx8PgKqIfS/M58skadyYcZxdzV082gLg 7vLz6k/EHLu89dE2DuciBw== X-Google-Smtp-Source: AA6agR68L2pMI+zsGWYQfVqT4QIh1hXgYYBwcPPZuBXZjrexaF099gi6TRxkvCJOAByhjpke28ugXw== X-Received: by 2002:a05:6871:7a4:b0:11e:b321:c396 with SMTP id o36-20020a05687107a400b0011eb321c396mr327886oap.241.1662059697438; Thu, 01 Sep 2022 12:14:57 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id x13-20020a9d588d000000b00636fd78dd57sm32059otg.41.2022.09.01.12.14.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Sep 2022 12:14:57 -0700 (PDT) Received: (nullmailer pid 2226884 invoked by uid 1000); Thu, 01 Sep 2022 19:14:55 -0000 From: Rob Herring To: Sebastian Reichel Cc: Heiko Stuebner , Krzysztof Kozlowski , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, kernel@collabora.com, linux-pwm@vger.kernel.org, Rob Herring , Thierry Reding In-Reply-To: <20220901135523.52151-1-sebastian.reichel@collabora.com> References: <20220901135523.52151-1-sebastian.reichel@collabora.com> Subject: Re: [PATCH 1/1] dt-bindings: pwm: rockchip: Add description for rk3588 Date: Thu, 01 Sep 2022 14:14:55 -0500 Message-Id: <1662059695.095333.2226883.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 01 Sep 2022 15:55:23 +0200, Sebastian Reichel wrote: > Add "rockchip,rk3588-pwm" compatible string for PWM nodes found > on a rk3588 platform. > > Signed-off-by: Sebastian Reichel > --- > No driver changes required. > --- > Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 1 + > 1 file changed, 1 insertion(+) > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/ pwm@10280000: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-elgin-r1.dtb arch/arm/boot/dts/rv1108-evb.dtb pwm@10280010: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-elgin-r1.dtb arch/arm/boot/dts/rv1108-evb.dtb pwm@10280020: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-elgin-r1.dtb arch/arm/boot/dts/rv1108-evb.dtb pwm@10280030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-elgin-r1.dtb arch/arm/boot/dts/rv1108-evb.dtb pwm@20040000: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-elgin-r1.dtb arch/arm/boot/dts/rv1108-evb.dtb pwm@20040010: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-elgin-r1.dtb arch/arm/boot/dts/rv1108-evb.dtb pwm@20040020: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-elgin-r1.dtb arch/arm/boot/dts/rv1108-evb.dtb pwm@20040030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm/boot/dts/rv1108-elgin-r1.dtb arch/arm/boot/dts/rv1108-evb.dtb pwm@ff1b0030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dtb arch/arm64/boot/dts/rockchip/rk3328-a1.dtb arch/arm64/boot/dts/rockchip/rk3328-evb.dtb arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dtb arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dtb arch/arm64/boot/dts/rockchip/rk3328-rock64.dtb arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dtb arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dtb