arm64: dts: rockchip: remove I2S1 TDM node for the NanoPi R5 series
authorTianling Shen <cnsztl@gmail.com>
Sat, 18 Mar 2023 08:37:45 +0000 (16:37 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 22 Mar 2023 23:17:03 +0000 (00:17 +0100)
This is for the audio output which does not exist on the boards.
Also disable regulator-always-on for vccio_acodec since it's only
used by the audio output.

Signed-off-by: Tianling Shen <cnsztl@gmail.com>
Link: https://lore.kernel.org/r/20230318083745.6181-6-cnsztl@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3568-nanopi-r5s.dtsi

index dd9a7907a1c5f614d3e4c5b24d379aecd13b1445..58ba328ea782476ce01b4377b197870017806068 100644 (file)
 
                        vccio_acodec: LDO_REG4 {
                                regulator-name = "vccio_acodec";
-                               regulator-always-on;
                                regulator-min-microvolt = <3300000>;
                                regulator-max-microvolt = <3300000>;
 
        status = "okay";
 };
 
-&i2s1_8ch {
-       rockchip,trcm-sync-tx-only;
-       status = "okay";
-};
-
 &pcie30phy {
        data-lanes = <1 2>;
        status = "okay";