Skip to content

arm64: dts: qcom: sa8775p: Backport four commits to silence bogus error messages due to probe deferrals

JIRA: https://issues.redhat.com/browse/RHEL-4009

Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

This eliminates the following bogus error messages that show in the console on boot up on the sa8775p platform:

ufshcd-qcom 1d84000.ufs: ufshcd_variant_hba_init: variant qcom init failed err -517
ufshcd-qcom 1d84000.ufs: Initialization failed
nvmem-reboot-mode reboot-mode: failed to get the nvmem cell reboot-mode
qcom-spmi-gpio c440000.spmi:pmic@2:gpio@8800: can't add gpio chip

By default with automotive, we have the sample-images repository boot with a quiet kernel log, and these errors become quite obvious.

With these 4 commits backported, the bogus error messages no longer show up.

Signed-off-by: Brian Masney bmasney@redhat.com

Edited by Brian Masney

Merge request reports