On Fri, Feb 26, 2016 at 03:48:44PM +0000, Jon Hunter wrote: > Add the audio power-domain for tegra210. Note that this also removes the > existing "#power-domain-cells" which was incorrectly included by > commit e53095857166 ("arm64: tegra: Add Tegra210 support"). > > Signed-off-by: Jon Hunter > > --- > > So far I have only added the audio power-domain for tegra210 as this is > what I have been testing with to date. However, once this series is > accepted then we can begin to add more. > > arch/arm64/boot/dts/nvidia/tegra210.dtsi | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) I'm slightly reluctant to apply this, since the domain isn't used anywhere. I'm assuming it will be used by the audio driver that you've been working on, but if that's not going to be merged this cycle, we'd end up with an unused label. Not that that's invalid in any way, but my rule of thumb has been not to introduce labels until they are used. Therefore I suggest we postpone this to the series that adds audio support. Thierry