Message ID | 20211220145526.49102-1-david@ixit.cz |
---|---|
State | Accepted |
Commit | 0b9ae7ecdf54c5cce4b4cb052196b2b1c1ddbb6e |
Headers | show |
Series | arm64: dts: qcom: msm8996: qcom,controlled-remotely is boolean | expand |
On Mon, 20 Dec 2021 15:55:26 +0100, David Heidelberg wrote: > QCOM BAM parses property `qcom,controlled-remotely` as a boolean, > adjust dts to reflect that. > > Discovered while converting text documentation into yaml format. > > Applied, thanks! [1/1] arm64: dts: qcom: msm8996: qcom,controlled-remotely is boolean commit: 0b9ae7ecdf54c5cce4b4cb052196b2b1c1ddbb6e Best regards,
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index 7eff331572f2..722fdda54a54 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -713,7 +713,7 @@ cryptobam: dma@644000 { clock-names = "bam_clk"; #dma-cells = <1>; qcom,ee = <0>; - qcom,controlled-remotely = <1>; + qcom,controlled-remotely; }; crypto: crypto@67a000 {
QCOM BAM parses property `qcom,controlled-remotely` as a boolean, adjust dts to reflect that. Discovered while converting text documentation into yaml format. Signed-off-by: David Heidelberg <david@ixit.cz> --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)