arm/arm64: dts: qcom: Fix boolean properties with values
authorRob Herring <robh@kernel.org>
Wed, 6 Apr 2022 19:16:07 +0000 (14:16 -0500)
committerArnd Bergmann <arnd@arndb.de>
Thu, 7 Apr 2022 12:04:36 +0000 (14:04 +0200)
commitbc2fb47db586dc807be96a6d79045616771b53d4
treeb76daf054e8a475c876fa5f646fb17921519f1d6
parent1bc12d301594eafde0a8529d28d459af81053b3a
arm/arm64: dts: qcom: 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.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/Yk3m92Sj26/v1mLG@robh.at.kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/qcom-apq8064-pins.dtsi
arch/arm64/boot/dts/qcom/msm8996.dtsi
arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi