mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
codec : Remove codec dts From rk312x.dtsi To rk3128-box.dtsi
This commit is contained in:
@@ -50,6 +50,19 @@
|
||||
rockchip,remote_wakeup;
|
||||
rockchip,usb_irq_wakeup;
|
||||
};
|
||||
|
||||
codec: codec@20030000 {
|
||||
compatible = "rk312x-codec";
|
||||
reg = <0x20030000 0x1000>;
|
||||
spk_ctl_io = <&gpio1 GPIO_A3 0>;
|
||||
//pinctrl-names = "default";
|
||||
//pinctrl-0 = <&i2s_gpio>;
|
||||
|
||||
boot_depop = <1>;
|
||||
pa_enable_time = <1000>;
|
||||
clocks = <&clk_gates5 14>;
|
||||
clock-names = "g_pclk_acodec";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -438,19 +438,6 @@
|
||||
dma-names = "tx", "rx";
|
||||
};
|
||||
|
||||
codec: codec@20030000 {
|
||||
compatible = "rk312x-codec";
|
||||
reg = <0x20030000 0x1000>;
|
||||
spk_ctl_io = <&gpio1 GPIO_A3 0>;
|
||||
//pinctrl-names = "default";
|
||||
//pinctrl-0 = <&i2s_gpio>;
|
||||
|
||||
boot_depop = <1>;
|
||||
pa_enable_time = <1000>;
|
||||
clocks = <&clk_gates5 14>;
|
||||
clock-names = "g_pclk_acodec";
|
||||
};
|
||||
|
||||
spdif: spdif@10204000 {
|
||||
compatible = "rk312x-spdif";
|
||||
reg = <0x10204000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user