[RFC PATCH 12/13] arm64: tegra: Add sor-safe clock to DPAUX binding

2016-06-20 Thread Thierry Reding
On Mon, Jun 20, 2016 at 10:23:38AM +0100, Jon Hunter wrote: > > On 17/06/16 17:47, Thierry Reding wrote: > > * PGP Signed by an unknown key > > > > On Fri, Jun 17, 2016 at 01:03:46PM +0100, Jon Hunter wrote: > >> Populate the 'sor-safe' clock for DPAUX devices on Tegra210 that require > >> this c

[RFC PATCH 12/13] arm64: tegra: Add sor-safe clock to DPAUX binding

2016-06-20 Thread Jon Hunter
On 17/06/16 17:47, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, Jun 17, 2016 at 01:03:46PM +0100, Jon Hunter wrote: >> Populate the 'sor-safe' clock for DPAUX devices on Tegra210 that require >> this clock for operation. Update the compatability string for the DPAUX >> insta

[RFC PATCH 12/13] arm64: tegra: Add sor-safe clock to DPAUX binding

2016-06-17 Thread Thierry Reding
On Fri, Jun 17, 2016 at 01:03:46PM +0100, Jon Hunter wrote: > Populate the 'sor-safe' clock for DPAUX devices on Tegra210 that require > this clock for operation. Update the compatability string for the DPAUX > instance at address 0x545c to be "nvidia,tegra210-dpaux" to ensure > that the 'sor-s

[RFC PATCH 12/13] arm64: tegra: Add sor-safe clock to DPAUX binding

2016-06-17 Thread Jon Hunter
Populate the 'sor-safe' clock for DPAUX devices on Tegra210 that require this clock for operation. Update the compatability string for the DPAUX instance at address 0x545c to be "nvidia,tegra210-dpaux" to ensure that the 'sor-safe' clock is enabled for this device. Signed-off-by: Jon Hunter -