• Bryan O'Donoghue's avatar
    media: qcom: camss: Fix support for setting CSIPHY clock name csiphyX · 35a62432
    Bryan O'Donoghue authored
    
    
    Several of our upstream and soon-to-be upstream SoC CAMSS dtsi declare
    csiphyX as opposed to the older clock name csiX_phy.
    
    Right now the CAMSS code will fail to set the csiphyX clock even if we have
    declared it in our list of clocks. For sdm845 and sm8250 we appear to "get
    away" with this error, however on sc8280xp we don't.
    
    The right approach here is to set the clock when it is declared. If a SoC
    doesn't require or a SoC driver implementer doesn't think we need, then the
    clock ought to simply be omitted from the clock list.
    
    Include csiphyX in the set of permissible strings which will subsequently
    lead to the csiphyX clock being set during csiphy_set_clock_rates() phase.
    
    sdm845 and sm8250 will work with the code as-is so I've omitted this from a
    suggested Fixes list.
    Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
    Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
    35a62432
camss-csiphy.c 20.1 KB