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

Commit 139eabec authored by Klaus Goger's avatar Klaus Goger Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: move i2s0 node from baseboard to SoM on rk3399-puma



The I2S definition is part of the SoM and therefore should be in
rk3399-puma.dtsi. Also correct the number of channels available.

Signed-off-by: default avatarKlaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 51923db7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -117,14 +117,6 @@
	clock-frequency = <400000>;
};

&i2s0 {
	status = "okay";
	rockchip,playback-channels = <8>;
	rockchip,capture-channels = <8>;
	#sound-dai-cells = <0>;
	status = "okay";
};

&pcie_phy {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -435,6 +435,14 @@
	};
};

&i2s0 {
	pinctrl-0 = <&i2s0_2ch_bus>;
	rockchip,playback-channels = <2>;
	rockchip,capture-channels = <2>;
	#sound-dai-cells = <0>;
	status = "okay";
};

&io_domains {
	status = "okay";
	bt656-supply = <&vcc_1v8>;