Re: [PATCH 3/6] mach-snapdragon: of_fixup: skip disabled USB nodes

2025-04-10 Thread Sumit Garg
On Wed, Apr 09, 2025 at 07:17:26PM +0200, Caleb Connolly wrote: > There's no need to waste time fixing up nodes that aren't used on this > device. Skip them. > > Signed-off-by: Caleb Connolly > --- > arch/arm/mach-snapdragon/of_fixup.c | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Su

Re: [PATCH 3/6] mach-snapdragon: of_fixup: skip disabled USB nodes

2025-04-10 Thread Neil Armstrong
On 09/04/2025 19:17, Caleb Connolly wrote: There's no need to waste time fixing up nodes that aren't used on this device. Skip them. Signed-off-by: Caleb Connolly --- arch/arm/mach-snapdragon/of_fixup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-snapdragon/of_fixup.c

[PATCH 3/6] mach-snapdragon: of_fixup: skip disabled USB nodes

2025-04-09 Thread Caleb Connolly
There's no need to waste time fixing up nodes that aren't used on this device. Skip them. Signed-off-by: Caleb Connolly --- arch/arm/mach-snapdragon/of_fixup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-snapdragon/of_fixup.c b/arch/arm/mach-snapdragon/of_fixup.c index