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

Commit d9599333 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

ARM: dts: msm: Fix reg property for audio_ext_clk



This node is placed under the soc node, and that node has
address-cells and size-cells equal to 1. Thus reg property needs
two cells. Add a second cell indicating the size of the register
region. In this case it's just 4 bytes that are used in the
driver.

Change-Id: Ie3fca14a4712cbb95144206c2a1e28ef0cf7b6e9
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent bb499534
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@
		compatible = "qcom,audio-ref-clk";
		qcom,codec-mclk-clk-freq = <9600000>;
		qcom,lpass-clock = <1>;
		reg = <0x07702004>;
		reg = <0x07702004 0x4>;
		pinctrl-names = "sleep", "active";
		pinctrl-0 = <&i2s_mclk_sleep>;
		pinctrl-1 = <&i2s_mclk_active>;