From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oo1-f53.google.com (mail-oo1-f53.google.com [209.85.161.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 835E8132; Wed, 13 Dec 2023 10:41:04 -0800 (PST) Received: by mail-oo1-f53.google.com with SMTP id 006d021491bc7-58d18c224c7so4223462eaf.2; Wed, 13 Dec 2023 10:41:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702492864; x=1703097664; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=GApytf5zd3HedE4YtyMQvyink5D7WZ+JVppacCKW0bE=; b=iy8McC766skF55l3xY7RjQNZShxRJVxKLTbDob3FckkczMsMWpd0xOaLKravE3ztd4 g+rlrgX2KWI4Y6zG8PgHnTg3PTeUe7xIr6k3e6eSsbsZ8LJjPIKG54tS9Qw4Gg+Goj+w z6m3km1My57QEbYHgzP5uUs5H7LZBrqHqrw8FCeCUW1dT0pfb/wOYpd5ykOvHEdVErP7 hXU9wH6VCqmZxr2joOxREIF5JNC4FkJTskcwrGd8gxyu2YMBO74rkwf9wGjbLs9PKl92 EAlQ5WOXS4swVm9QTlh+R2HL2TvNhXHdF2l/b2ZFQFVeVSs8gexR1axvUbKEI+e+/ECP OgvA== X-Gm-Message-State: AOJu0Yy/2/Oi0cyBKsvtS3Z11/u8aOGzTImZTeo8b74O5hxJhMgiqxXA XysVuOgt3m6O9Cmzuzzl2g== X-Google-Smtp-Source: AGHT+IEpsqMnI2RuTPR1npBFERSHk/mbjBZB9C+yhEVK2+merF2cVHSj5MBVOzcGye5qDwiPet6tcg== X-Received: by 2002:a05:6871:4592:b0:203:4116:7c6a with SMTP id nl18-20020a056871459200b0020341167c6amr41788oab.9.1702492863843; Wed, 13 Dec 2023 10:41:03 -0800 (PST) Received: from herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id er5-20020a0568303c0500b006d9d144786fsm459597otb.79.2023.12.13.10.41.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Dec 2023 10:41:03 -0800 (PST) Received: (nullmailer pid 1700223 invoked by uid 1000); Wed, 13 Dec 2023 18:41:01 -0000 Date: Wed, 13 Dec 2023 12:41:01 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Srinivas Kandagatla , Andy Gross , krishna Lanka , Rob Herring , devicetree@vger.kernel.org, Danila Tikhonov , linux-arm-msm@vger.kernel.org, Richard Acayan , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Rajendra Nayak , Abel Vesa , Bartosz Golaszewski , Konrad Dybcio , Bjorn Andersson , Stephan Gerhold , Melody Olvera , Rohit Agarwal , Shawn Guo , Conor Dooley , Vinod Koul , Martin Botka , Krzysztof Kozlowski , Iskren Chernev , Linus Walleij Subject: Re: [PATCH 08/10] dt-bindings: pinctrl: qcom,ipq5018-tlmm: use common TLMM bindings Message-ID: <170249286116.1700175.10412340857459190095.robh@kernel.org> References: <20231208215534.195854-1-krzysztof.kozlowski@linaro.org> <20231208215534.195854-8-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: linux-gpio@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: <20231208215534.195854-8-krzysztof.kozlowski@linaro.org> On Fri, 08 Dec 2023 22:55:32 +0100, Krzysztof Kozlowski wrote: > Reference common Qualcomm SoC TLMM bindings to drop commonly used > properties and also bring other schemas for common definitions. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/pinctrl/qcom,ipq5018-tlmm.yaml | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) > Reviewed-by: Rob Herring