diff options
author | Rob Herring <robh@kernel.org> | 2022-04-06 22:16:07 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-07 15:04:36 +0300 |
commit | bc2fb47db586dc807be96a6d79045616771b53d4 (patch) | |
tree | b76daf054e8a475c876fa5f646fb17921519f1d6 /arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi | |
parent | 1bc12d301594eafde0a8529d28d459af81053b3a (diff) | |
download | linux-bc2fb47db586dc807be96a6d79045616771b53d4.tar.xz |
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 'arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi index e90f99ef5323..e47c74e513af 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor-pompom.dtsi @@ -33,7 +33,7 @@ ap_h1_spi: &spi0 {}; }; &alc5682 { - realtek,dmic-clk-driving-high = "true"; + realtek,dmic-clk-driving-high; }; &cpu6_alert0 { |