[linux-sunxi] Re: [PATCH v4 2/2] ARM: dts: sun4i: Add support for Topwise A721 tablet

2021-02-24 Thread Maxime Ripard
Hi, We're almost there, except for ... On Mon, Feb 22, 2021 at 11:08:26AM +0100, Pascal Roeleven wrote: > + { > + vref-supply = <_ldo2>; > + status = "okay"; > + > + button-761 { > + label = "Volume Down"; > + linux,code = ; > + channel = <0>; > +

[linux-sunxi] [PATCH v5 1/2] dt-bindings: arm: Add Topwise A721

2021-02-24 Thread Pascal Roeleven
Add the bindings for Topwise A721 tablet Signed-off-by: Pascal Roeleven Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml

[linux-sunxi] [PATCH v5 0/2] Add support for Topwise A721 tablet

2021-02-24 Thread Pascal Roeleven
On request I'm resending the last two patches from the Topwise A721 tablet series from a year ago as they weren't picked up. The other patches are already merged, so I didn't resend them. Changes from v4: * Reorder nodes alphabetically Changes from v3: * Fix DT validation warnings * Remove

[linux-sunxi] [PATCH v5 2/2] ARM: dts: sun4i: Add support for Topwise A721 tablet

2021-02-24 Thread Pascal Roeleven
The Topwise A721/LY-F1 tablet is a tablet sold around 2012 under different brands. The mainboard mentions A721 clearly, so this tablet is best known under this name. Signed-off-by: Pascal Roeleven --- arch/arm/boot/dts/Makefile | 3 +-

Re: [linux-sunxi] [PATCH 14/19] video: sunxi: dw-hdmi: rework PHY initialization

2021-02-24 Thread Jernej Škrabec
Hi! Dne torek, 23. februar 2021 ob 21:46:26 CET je Jernej Skrabec napisal(a): > Now that bit meanings are somewhat known, rework PHY initialization. > This is modelled after Linux driver. > > Signed-off-by: Jernej Skrabec > --- > drivers/video/sunxi/sunxi_dw_hdmi.c | 411