All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: msm8996: drop not documented adreno properties
@ 2021-10-30 10:04 David Heidelberg
  2021-11-20 23:55 ` (subset) " Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: David Heidelberg @ 2021-10-30 10:04 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring, Srinivas Kandagatla,
	Jordan Crouse, Vivek Gautam
  Cc: ~okias/devicetree, David Heidelberg, linux-arm-msm, devicetree,
	linux-kernel

These properties aren't documented nor implemented in the driver.
Drop them.

Fixes warnings as:
$ make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/display/msm/gpu.yaml
...
arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: gpu@b00000: 'qcom,gpu-quirk-fault-detect-mask', 'qcom,gpu-quirk-two-pass-use-wfi' do not match any of the regexes: 'pinctrl-[0-9]+'
	From schema: Documentation/devicetree/bindings/display/msm/gpu.yaml
...

Fixes: 69cc3114ab0f ("arm64: dts: Add Adreno GPU definitions")

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index bccc2d0b35a8..1ac78d9909ab 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -987,9 +987,6 @@ gpu: gpu@b00000 {
 			nvmem-cells = <&speedbin_efuse>;
 			nvmem-cell-names = "speed_bin";
 
-			qcom,gpu-quirk-two-pass-use-wfi;
-			qcom,gpu-quirk-fault-detect-mask;
-
 			operating-points-v2 = <&gpu_opp_table>;
 
 			status = "disabled";
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: (subset) [PATCH] arm64: dts: msm8996: drop not documented adreno properties
  2021-10-30 10:04 [PATCH] arm64: dts: msm8996: drop not documented adreno properties David Heidelberg
@ 2021-11-20 23:55 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2021-11-20 23:55 UTC (permalink / raw)
  To: Vivek Gautam, Jordan Crouse, Rob Herring, Andy Gross,
	David Heidelberg, Srinivas Kandagatla
  Cc: linux-arm-msm, ~okias/devicetree, linux-kernel, devicetree

On Sat, 30 Oct 2021 12:04:12 +0200, David Heidelberg wrote:
> These properties aren't documented nor implemented in the driver.
> Drop them.
> 
> Fixes warnings as:
> $ make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/display/msm/gpu.yaml
> ...
> arch/arm64/boot/dts/qcom/msm8996-mtp.dt.yaml: gpu@b00000: 'qcom,gpu-quirk-fault-detect-mask', 'qcom,gpu-quirk-two-pass-use-wfi' do not match any of the regexes: 'pinctrl-[0-9]+'
> 	From schema: Documentation/devicetree/bindings/display/msm/gpu.yaml
> ...
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: msm8996: drop not documented adreno properties
      commit: c41910f257a22dc406c60d8826b4a3b5398003a3

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-20 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-30 10:04 [PATCH] arm64: dts: msm8996: drop not documented adreno properties David Heidelberg
2021-11-20 23:55 ` (subset) " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.