diff options
author | Bryan O'Donoghue <[email protected]> | 2022-12-23 02:10:15 +0000 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-12-29 10:54:45 -0600 |
commit | 5cea1fa12bc37ae2beebea41ad7da4beb0bc14e2 (patch) | |
tree | e555fb23405d33cc5774e73569b8e832cb1fb93d | |
parent | 4cd90875c7208670d5f0d644c6f618f8aa1efc6f (diff) |
ARM: dts: qcom: apq8064: add compat qcom,apq8064-dsi-ctrl
Append silicon specific compatible qcom,apq8064-dsi-ctrl to the
mdss-dsi-ctrl block. This allows us to differentiate the specific bindings
for apq8064 against the yaml documentation.
Reviewed-by: David Heidelberg <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 0da9623ea084..1f3e0aa9ab0c 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -1277,7 +1277,8 @@ }; dsi0: dsi@4700000 { - compatible = "qcom,mdss-dsi-ctrl"; + compatible = "qcom,apq8064-dsi-ctrl", + "qcom,mdss-dsi-ctrl"; label = "MDSS DSI CTRL->0"; #address-cells = <1>; #size-cells = <0>; |