Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd541d5d authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ARM: dts: msm: Change audio property from bool type to u32



Device tree overlay does not support /delete-property/. So,
it is difficult to delete a property of type bool in device
tree overlay. Change the property to u32 type and control
the property based on the value.

Change-Id: I18da82ee7ae479e08118b7a03693a18c33e490df
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 130b5c4c
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@
#include <dt-bindings/clock/qcom,audio-ext-clk.h>

&snd_9360 {
	qcom,ext-disp-audio-rx;
	qcom,wcn-btfm;
	qcom,mi2s-audio-intf;
	qcom,auxpcm-audio-intf;
	qcom,ext-disp-audio-rx = <1>;
	qcom,wcn-btfm = <1>;
	qcom,mi2s-audio-intf = <1>;
	qcom,auxpcm-audio-intf = <1>;
	qcom,msm-mi2s-master = <1>, <1>, <1>, <1>, <1>;

	qcom,audio-routing =
@@ -60,10 +60,10 @@
};

&snd_934x {
	qcom,ext-disp-audio-rx;
	qcom,wcn-btfm;
	qcom,mi2s-audio-intf;
	qcom,auxpcm-audio-intf;
	qcom,ext-disp-audio-rx = <1>;
	qcom,wcn-btfm = <1>;
	qcom,mi2s-audio-intf = <1>;
	qcom,auxpcm-audio-intf = <1>;
	qcom,msm-mi2s-master = <1>, <1>, <1>, <1>, <1>;

	qcom,audio-routing =