On 2.08.2023 15:13, Rohit Agarwal wrote:Yes. Got it.
On 8/2/2023 6:12 PM, Konrad Dybcio wrote:If it turns out that we need to add a quirk for PM7550BA 3 years down
On 2.08.2023 11:59, Rohit Agarwal wrote:Just a doubt, Since the compatible can be same why we need to introduce a new compatible.
Add dtsi for PMIC pm7550ba found in Qualcomm platforms.Subject: "PMIC pm7550ba" -> "pm7550ba PMIC"
Signed-off-by: Rohit Agarwal <quic_rohiagar@xxxxxxxxxxx>
---
[...]
+A new compatible should be introduced, so that it goes like this:
+ pm7550ba_eusb2_repeater: phy@fd00 {
+ compatible = "qcom,pm8550b-eusb2-repeater";
compatible = "qcom,pm7550ba-eusb2-repeater", "qcom,pm8550b-eusb2-repeater";
Should every soc have a compatible string?
the line, this approach lets us fix it for users that never updated
their device trees.
Konrad