diff options
author | Bhupesh Sharma <bhupesh.sharma@linaro.org> | 2021-10-13 13:55:23 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-10-24 21:04:08 +0300 |
commit | 62b177fcdfdfda69f3a0cb740f8b3ac24f95e8c1 (patch) | |
tree | 3622df7192e9073599064c9c61c7fe059becc377 /arch/arm64/boot/dts/qcom/ipq6018.dtsi | |
parent | 07ddb302811e1434cc2279977c0b857a97ee716a (diff) | |
download | linux-62b177fcdfdfda69f3a0cb740f8b3ac24f95e8c1.tar.xz |
arm64: dts: qcom: ipq6018: Remove unused 'qcom,config-pipe-trust-reg' property
'qcom,config-pipe-trust-reg' property doesn't seem to be
used by the qcom, bam_dma driver, so remove the same
from 'ipq6018' dts.
This is a preparatory patch for subsequent patch in
this series which converts the qcom_bam_dma device-tree
binding into YAML format.
Without this change, 'make dtbs_check' leads to the following
error:
$ arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml:
dma-controller@704000: 'qcom,config-pipe-trust-reg' does not match
any of the regexes: 'pinctrl-[0-9]+'
Fix the same.
Cc: Thara Gopinath <thara.gopinath@linaro.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211013105541.68045-3-bhupesh.sharma@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts/qcom/ipq6018.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/ipq6018.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi index 9f8d2de2d444..283b43a537f0 100644 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi @@ -201,7 +201,6 @@ #dma-cells = <1>; qcom,ee = <1>; qcom,controlled-remotely; - qcom,config-pipe-trust-reg = <0>; }; crypto: crypto@73a000 { |