mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ARM: dts: rockchip: rk322x: add internal codec
Change-Id: I3d376232d02770c72be396487a7481fe8fcbede5 Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
parent
02213b12e1
commit
4d4dfc7e3c
|
|
@ -655,6 +655,15 @@ tsadc: tsadc@11150000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
codec: codec@12010000 {
|
||||
compatible = "rockchip,rk3228-codec";
|
||||
reg = <0x12010000 0x1000>;
|
||||
clocks = <&cru SCLK_I2S_OUT>, <&cru PCLK_ACODECPHY>, <&cru SCLK_I2S1>;
|
||||
clock-names = "mclk", "pclk", "sclk";
|
||||
spk-en-gpio = <&gpio1 RK_PA3 GPIO_ACTIVE_HIGH>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hdmi_phy: hdmi-phy@12030000 {
|
||||
compatible = "rockchip,rk3228-hdmi-phy";
|
||||
reg = <0x12030000 0x10000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user