Skip to content
Unverified Commit bc2fb47d authored by Rob Herring's avatar Rob Herring Committed by Arnd Bergmann
Browse files

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: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/Yk3m92Sj26/v1mLG@robh.at.kernel.org'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 1bc12d30
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment