Re: [PATCH v1 2/2] ARM: tegra: add device-tree for Xiaomi Mi Pad (A0101)

From: Svyatoslav Ryhel

Date: Thu Sep 11 2025 - 12:21:05 EST


чт, 11 вер. 2025 р. о 19:00 Thierry Reding <thierry.reding@xxxxxxxxx> пише:
>
> On Tue, Sep 09, 2025 at 10:49:58AM +0300, Svyatoslav Ryhel wrote:
> [...]
> > diff --git a/arch/arm/boot/dts/nvidia/tegra124-xiaomi-mocha.dts b/arch/arm/boot/dts/nvidia/tegra124-xiaomi-mocha.dts
> [...]
> > + host1x@50000000 {
> > + dsia: dsi@54300000 {
> > + status = "okay";
> > +
> > + avdd-dsi-csi-supply = <&avdd_dsi_csi>;
> > + nvidia,ganged-mode = <&dsib>;
> > +
> > + panel@0 {
> > + compatible = "sharp,lq079l1sx01";
> > + reg = <0>;
>
> Looks like there are no bindings for this panel and I don't see any
> patches anywhere that add them. Am I looking in the wrong places?
>

It seems that there are no archive yet with panel patch, this is a
schema part from patchwork
https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250909073831.91881-2-clamor95@xxxxxxxxx/

I would ask you to NOT pick the tree commit yet, I have a few
improvements for it and would like to send v2. Meanwhile, bindings
related with this tree should be approved.

> Thierry