Skip to content

Commit 2096f49

Browse files
maulik-k-shahjiegan0107
authored andcommitted
FROMLIST: arm64: dts: qcom: purwa: Drop the Hamoa workaround for PDC
Purwa shares the Hamoa (X1E80100) PDC device, but the hardware register bug addressed in commit e9a48ea ("irqchip/qcom-pdc: Workaround hardware register bug on X1E80100") is already fixed in Purwa silicon. Hamoa compatible forces the software workaround. Use the Purwa specific compatible string for the PDC node to remove the workaround from Purwa. Fixes: f08edb5 ("arm64: dts: qcom: Add X1P42100 SoC and CRD") Link: https://lore.kernel.org/r/20251231-purwa_pdc-v1-2-2b4979dd88ad@oss.qualcomm.com Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com> Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
1 parent cf2eaa8 commit 2096f49

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/purwa.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
compatible = "qcom,x1p42100-qmp-gen4x4-pcie-phy";
175175
};
176176

177+
&pdc {
178+
compatible = "qcom,x1p42100-pdc", "qcom,pdc";
179+
};
180+
177181
&qfprom {
178182
gpu_speed_bin: gpu-speed-bin@119 {
179183
reg = <0x119 0x2>;

0 commit comments

Comments
 (0)