mbox series

[v4,0/3] imx7d-remarkable2: Enable cyttsp5 and rohm,bd71815

Message ID 20230227045023.560319-1-alistair@alistair23.me
Headers show
Series imx7d-remarkable2: Enable cyttsp5 and rohm,bd71815 | expand

Message

Alistair Feb. 27, 2023, 4:50 a.m. UTC
Enable the cyttsp5 and rohm,bd71815 in the device trees and
defconfig for the reMarkable 2.

v4:
 - Fixup the rohm changes to match DT schema
v3:
 - Remove unused sleep states
v2:
 - Fixup DT formatting issues in path 3

Alistair Francis (3):
  ARM: dts: imx7d-remarkable2: Enable the cyttsp5
  ARM: imx_v6_v7_defconfig: Enable rohm,bd71815
  ARM: dts: imx7d-remarkable2: Enable the rohm,bd71815

 arch/arm/boot/dts/imx7d-remarkable2.dts | 239 ++++++++++++++++++++++++
 arch/arm/configs/imx_v6_v7_defconfig    |   5 +
 2 files changed, 244 insertions(+)

Comments

Shawn Guo March 14, 2023, 3:01 a.m. UTC | #1
On Mon, Feb 27, 2023 at 02:50:20PM +1000, Alistair Francis wrote:
> Enable the cyttsp5 and rohm,bd71815 in the device trees and
> defconfig for the reMarkable 2.
> 
> v4:
>  - Fixup the rohm changes to match DT schema
> v3:
>  - Remove unused sleep states
> v2:
>  - Fixup DT formatting issues in path 3
> 
> Alistair Francis (3):
>   ARM: dts: imx7d-remarkable2: Enable the cyttsp5
>   ARM: imx_v6_v7_defconfig: Enable rohm,bd71815
>   ARM: dts: imx7d-remarkable2: Enable the rohm,bd71815

Applied all, thanks!