mbox series

[0/2] iNet U70B Rev 01 Tablet Support

Message ID 20221229224547.25225-1-samuel@sholland.org
Headers show
Series iNet U70B Rev 01 Tablet Support | expand

Message

Samuel Holland Dec. 29, 2022, 10:45 p.m. UTC
This series adds a binding and devicetree for yet another A33-based
tablet board. The devicetree currently fails validation because I have
no idea what compatible string to use for the DPI panel. Neither the
hardware nor the software provide any clues about a manufacturer or
model -- the driver used by the vendor Android is called "default_lcd".

Link: https://linux-sunxi.org/Inet_U70B


Samuel Holland (2):
  dt-bindings: arm: sunxi: Add iNet U70B Rev 01 Tablet
  ARM: dts: sun8i: A33: Add iNet U70B Rev 01

 .../devicetree/bindings/arm/sunxi.yaml        |   5 +
 arch/arm/boot/dts/Makefile                    |   1 +
 .../boot/dts/sun8i-a33-inet-u70b-rev01.dts    | 172 ++++++++++++++++++
 3 files changed, 178 insertions(+)
 create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-u70b-rev01.dts

Comments

Jernej Škrabec Jan. 8, 2023, 8:08 p.m. UTC | #1
Dne četrtek, 29. december 2022 ob 23:45:45 CET je Samuel Holland napisal(a):
> This series adds a binding and devicetree for yet another A33-based
> tablet board. The devicetree currently fails validation because I have
> no idea what compatible string to use for the DPI panel. Neither the
> hardware nor the software provide any clues about a manufacturer or
> model -- the driver used by the vendor Android is called "default_lcd".

Can you drop the node until this is figured out? Otherwise DT file looks fine.

Best regards,
Jernej

> 
> Link: https://linux-sunxi.org/Inet_U70B
> 
> 
> Samuel Holland (2):
>   dt-bindings: arm: sunxi: Add iNet U70B Rev 01 Tablet
>   ARM: dts: sun8i: A33: Add iNet U70B Rev 01
> 
>  .../devicetree/bindings/arm/sunxi.yaml        |   5 +
>  arch/arm/boot/dts/Makefile                    |   1 +
>  .../boot/dts/sun8i-a33-inet-u70b-rev01.dts    | 172 ++++++++++++++++++
>  3 files changed, 178 insertions(+)
>  create mode 100644 arch/arm/boot/dts/sun8i-a33-inet-u70b-rev01.dts