Quoting Krzysztof Kozlowski (2025-01-27 05:21:05) > diff --git a/drivers/gpu/drm/msm/dsi/phy/dsi_phy.h b/drivers/gpu/drm/msm/dsi/phy/dsi_phy.h > index fdb6c648e16f..7541ffde6521 100644 > --- a/drivers/gpu/drm/msm/dsi/phy/dsi_phy.h > +++ b/drivers/gpu/drm/msm/dsi/phy/dsi_phy.h > @@ -6,6 +6,7 @@ > #ifndef __DSI_PHY_H__ > #define __DSI_PHY_H__ > > +#include <dt-bindings/clock/qcom,dsi-phy-28nm.h> It doesn't matter but I think most folks prefer putting the dt-bindings after linux includes. > #include <linux/clk-provider.h> > #include <linux/delay.h> > #include <linux/regulator/consumer.h>