arm64: dts: qcom: sdm845: shift6mq: Fix boolean properties with values
authorRob Herring <robh@kernel.org>
Thu, 7 Apr 2022 22:52:54 +0000 (17:52 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 12 Apr 2022 14:20:00 +0000 (09:20 -0500)
commitaff4d695b4eb3b279bfff53d2f06f464e363ee4a
tree6a4d9c1077cbe1c6338e314eae92c64ba7d14263
parent413821b7777d062b57f8dc66ab088ed390cbc3ec
arm64: dts: qcom: sdm845: shift6mq: Fix boolean properties with values

Boolean properties in DT are present or not present and don't take a value.
A property such as 'foo = <0>;' evaluated to true. IOW, the value doesn't
matter.

It may have been intended that 0 values are false, but there is no change
in behavior with this patch.

Cc: Andy Gross <agross@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
[bjorn: Updated subject prefix]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220407225254.2178644-1-robh@kernel.org
arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts