On Wed, 04 Jan 2023 12:53:46 +0100, Stephan Gerhold wrote: > QRD (Qualcomm Reference Design) = 0xb = 11 is used on many devices that > were originally derived from some reference design provided by Qualcomm. > > Examples of existing devices in Linux would be: > - msm8916-longcheer-l8150/l8910, msm8916-wingtech-wt88047 > - msm8953-xiaomi-daisy/tissot/vince > - msm8998-fxtec-pro1 > - sm4250-oneplus-billie2 > > Add it to qcom,ids.h so the qcom,board-id properties can be rewritten > more clearly using the macros in a future patch set, i.e. > > qcom,board-id = <QCOM_BOARD_ID(QRD, 1, 0) 0> instead of > qcom,board-id = <0x1000b 0x00> > > Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > --- > include/dt-bindings/arm/qcom,ids.h | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@xxxxxxxxxx>