diff options
author | Rob Herring <robh@kernel.org> | 2022-04-06 14:16:07 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-07 14:04:36 +0200 |
commit | bc2fb47db586dc807be96a6d79045616771b53d4 (patch) | |
tree | b76daf054e8a475c876fa5f646fb17921519f1d6 /Documentation | |
parent | 1bc12d301594eafde0a8529d28d459af81053b3a (diff) | |
download | linux-stable-bc2fb47db586dc807be96a6d79045616771b53d4.tar.gz linux-stable-bc2fb47db586dc807be96a6d79045616771b53d4.tar.bz2 linux-stable-bc2fb47db586dc807be96a6d79045616771b53d4.zip |
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>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions