Re: [PATCH] arm: dts: imx: Fix boolean properties with values

From: Shawn Guo
Date: Fri Apr 08 2022 - 23:07:08 EST


On Fri, Mar 04, 2022 at 02:25:18PM -0600, Rob Herring wrote:
> 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@xxxxxxxxxx>

Applied, thanks!