mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -149,6 +149,10 @@
|
||||
};
|
||||
|
||||
&hdmi_analog_sound {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user