arm64: dts: sun60iw2: disable BPI-M8 pd test nodes

This commit is contained in:
Qubot 2026-06-06 11:11:25 +08:00
parent 7fcd7b732e
commit 02399450dd
5 changed files with 42 additions and 6 deletions

View File

@ -2021,3 +2021,39 @@
&pd_gpu_core_test {
status = "disabled";
};
&pd_vi_test {
status = "disabled";
};
&pd_ve_dec_test {
status = "disabled";
};
&pd_ve_enc_test {
status = "disabled";
};
&pd_npu_test {
status = "disabled";
};
&pd_pcie_test {
status = "disabled";
};
&pd_usb2_test {
status = "disabled";
};
&pd_de_sys_test {
status = "disabled";
};
&pd_vo_test {
status = "disabled";
};
&pd_vo1_test {
status = "disabled";
};

View File

@ -826,7 +826,7 @@ int dw_audio_on(void)
}
if (!hdmi->hdmi_on || !hdmi->audio_on) {
hdmi_inf("dw audio unset when hdmi_on(%d) audio_on(%d)\n",
hdmi_trace("dw audio unset when hdmi_on(%d) audio_on(%d)\n",
hdmi->hdmi_on, hdmi->audio_on);
goto exit;
}

View File

@ -111,7 +111,7 @@ static int rfkill_probe(struct platform_device *pdev)
dev_info(dev, "module version: %s\n", MODULE_CUR_VERSION);
data->pctrl = devm_pinctrl_get(dev);
if (IS_ERR(data->pctrl)) {
dev_warn(dev, "devm_pinctrl_get() failed!\n");
dev_dbg(dev, "devm_pinctrl_get() failed\n");
} else {
pctrl_state = pinctrl_lookup_state(data->pctrl, pctrl_name);
if (IS_ERR(pctrl_state)) {
@ -163,7 +163,7 @@ static int rfkill_probe(struct platform_device *pdev)
data->gpio_power_en = of_get_named_gpio_flags(np, "power_en", 0, &config);
#endif
if (!gpio_is_valid(data->gpio_power_en)) {
dev_err(dev, "get gpio power_en failed\n");
dev_dbg(dev, "optional gpio power_en missing\n");
} else {
#if (LINUX_VERSION_CODE > KERNEL_VERSION(6, 2, 0))
of_property_read_u32_index(np, "power_en", 3, &config);

View File

@ -368,7 +368,7 @@ int sunxi_wlan_init(struct platform_device *pdev)
data->gpio_wlan_regon = of_get_named_gpio_flags(np, "wlan_regon", 0, &config);
#endif
if (!gpio_is_valid(data->gpio_wlan_regon)) {
dev_err(dev, "get gpio wlan_regon failed\n");
dev_dbg(dev, "optional gpio wlan_regon missing\n");
} else {
#if (LINUX_VERSION_CODE > KERNEL_VERSION(6, 2, 0))
of_property_read_u32_index(np, "wlan_regon", 3, &config);

View File

@ -2783,8 +2783,8 @@ static int ac101_set_params_from_of(struct i2c_client *i2c, struct ac101_data *p
jack_adv_priv->key_det_vol[3][0] = temp_val;
}
SND_LOG_ERR("irq_gpio -> %u\n", jack_adv_priv->irq_gpio);
SND_LOG_ERR("det_gpio -> %u\n", jack_adv_priv->det_gpio);
SND_LOG_DEBUG("irq_gpio -> %u\n", jack_adv_priv->irq_gpio);
SND_LOG_DEBUG("det_gpio -> %u\n", jack_adv_priv->det_gpio);
SND_LOG_DEBUG("jack-det-threshold -> %u\n",
jack_adv_priv->det_threshold);
SND_LOG_DEBUG("jack-key-det-threshold -> %u\n",