Re: [PATCH RFC 5/6] arm64: dts: qcom: milos: Add MDSS
From: Konrad Dybcio
Date: Mon Dec 22 2025 - 04:18:47 EST
On 12/19/25 5:41 PM, Luca Weiss wrote:
> Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
> ---
Please include a commit message for the follow-up submission
[...]
> + mdss_mdp: display-controller@ae01000 {
> + compatible = "qcom,milos-dpu";
> + reg = <0x0 0x0ae01000 0x0 0x8f000>,
> + <0x0 0x0aeb0000 0x0 0x2008>;
len=0x3000
[...]
> + mdss_dsi0: dsi@ae94000 {
> + compatible = "qcom,milos-dsi-ctrl", "qcom,mdss-dsi-ctrl";
> + reg = <0x0 0x0ae94000 0x0 0x400>;
len=0x1000
[...]
> + mdss_dsi0_phy: phy@ae95000 {
> + compatible = "qcom,milos-dsi-phy-4nm";
> + reg = <0x0 0x0ae95000 0x0 0x200>,
> + <0x0 0x0ae95200 0x0 0x280>,
0x300
Other things look good!
Konrad