The patchset contains driver and devicetree changes to support I2C and
PWM for Tegra234
v2->v3:
* Sorted clock and reset based on ID
v1->v2:
* Reverted changes in i2c-tegra.c. using tegra194_i2c_hw for tegra234
as the values are compatible.
Akhil R (4):
dt-bindings: Add headers for Tegra234 I2C
arm64: tegra: Add Tegra234 I2C devicetree nodes
dt-bindings: Add headers for Tegra234 PWM
arm64: tegra: Add Tegra234 PWM devicetree nodes
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 133 +++++++++++++++++++++++++++++
include/dt-bindings/clock/tegra234-clock.h | 35 +++++++-
include/dt-bindings/reset/tegra234-reset.h | 16 ++++
3 files changed, 183 insertions(+), 1 deletion(-)
--
2.7.4
On Mon, Jan 24, 2022 at 04:48:13PM +0530, Akhil R wrote:
> The patchset contains driver and devicetree changes to support I2C and
> PWM for Tegra234
>
> v2->v3:
> * Sorted clock and reset based on ID
> v1->v2:
> * Reverted changes in i2c-tegra.c. using tegra194_i2c_hw for tegra234
> as the values are compatible.
>
> Akhil R (4):
> dt-bindings: Add headers for Tegra234 I2C
> arm64: tegra: Add Tegra234 I2C devicetree nodes
> dt-bindings: Add headers for Tegra234 PWM
> arm64: tegra: Add Tegra234 PWM devicetree nodes
>
> arch/arm64/boot/dts/nvidia/tegra234.dtsi | 133 +++++++++++++++++++++++++++++
> include/dt-bindings/clock/tegra234-clock.h | 35 +++++++-
> include/dt-bindings/reset/tegra234-reset.h | 16 ++++
> 3 files changed, 183 insertions(+), 1 deletion(-)
Applied, thanks.
Thierry