ARM: dts: rockchip: rk3288-evb add sound card support

Change-Id: Ida802e511506d99591bb8e04cab571426c231786
Signed-off-by: Binyuan Lan <lby@rock-chips.com>
This commit is contained in:
Binyuan Lan
2020-02-28 16:46:37 +08:00
committed by Tao Huang
parent c26871fa42
commit 4ef18fc8e5
2 changed files with 18 additions and 0 deletions

View File

@@ -149,6 +149,10 @@
};
&hdmi_analog_sound {
status = "disabled";
};
&sound {
status = "okay";
};

View File

@@ -137,6 +137,14 @@
status = "disabled";
};
rk_headset {
compatible = "rockchip_headset";
headset_gpio = <&gpio7 RK_PA7 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&hp_det>;
io-channels = <&saradc 2>;
};
ext_gmac: external-gmac-clock {
compatible = "fixed-clock";
clock-frequency = <125000000>;
@@ -488,6 +496,12 @@
};
};
headphone {
hp_det: hp-det {
rockchip,pins = <7 RK_PA7 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
pmic {
pmic_int: pmic-int {
rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;