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

Alistair Francis posted 3 patches 2 years, 6 months ago
arch/arm/boot/dts/imx7d-remarkable2.dts | 239 ++++++++++++++++++++++++
arch/arm/configs/imx_v6_v7_defconfig    |   5 +
2 files changed, 244 insertions(+)
[PATCH v4 0/3] imx7d-remarkable2: Enable cyttsp5 and rohm,bd71815
Posted by Alistair Francis 2 years, 6 months ago
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(+)

-- 
2.39.1
Re: [PATCH v4 0/3] imx7d-remarkable2: Enable cyttsp5 and rohm,bd71815
Posted by Shawn Guo 2 years, 5 months ago
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!