ARM: dts: imx: Fix boolean properties with values
authorRob Herring <robh@kernel.org>
Fri, 4 Mar 2022 20:25:18 +0000 (14:25 -0600)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Apr 2022 01:37:40 +0000 (09:37 +0800)
commit7af1caf8781b9e4e53bf6b2a1de0deb3c122501a
treea095e1b206b310ada988c775d0155a189438bb61
parent4c79865f3e8a2db93ec1e844509edfebe5a6ae56
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi
arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi