arm: dts: imx: Fix boolean properties with values
authorRob Herring <robh@kernel.org>
Wed, 6 Apr 2022 19:13:11 +0000 (14:13 -0500)
committerArnd Bergmann <arnd@arndb.de>
Thu, 7 Apr 2022 12:03:32 +0000 (14:03 +0200)
commit3b881035e959cf39f046484e340e48a3e46a99db
treea5794501a356f98472875335a269b83a1a16f85a
parent1a67653de0ddc67d274ce2762265ae18d58cc09a
arm: dts: imx: 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/Yk3mR5yae3gCkKhp@robh.at.kernel.org'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi
arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi