* [RESEND] ARM: dts: rockchip: fix TSADC reset node for rk3066a
@ 2016-11-13 16:02 Paweł Jarosz
[not found] ` <CAFYR25XPx4QEu4bVyL2s4=Eqz+7w_Xjw8ZYOYzYsmz3z+rq84A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Paweł Jarosz @ 2016-11-13 16:02 UTC (permalink / raw)
To: Heiko Stübner, Rob Herring, Mark Rutland, Russell King,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
This patch fixes incorectly assigned rk3066a TSADC node
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
---
arch/arm/boot/dts/rk3066a.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
index fc8dcc7..ac46109 100644
--- a/arch/arm/boot/dts/rk3066a.dtsi
+++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -205,7 +205,7 @@
clock-names = "saradc", "apb_pclk";
interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
#io-channel-cells = <1>;
- resets = <&cru SRST_SARADC>;
+ resets = <&cru SRST_TSADC>;
reset-names = "saradc-apb";
status = "disabled";
};
--
2.7.4
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [RESEND] ARM: dts: rockchip: fix TSADC reset node for rk3066a
[not found] ` <CAFYR25XPx4QEu4bVyL2s4=Eqz+7w_Xjw8ZYOYzYsmz3z+rq84A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2016-11-13 23:11 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2016-11-13 23:11 UTC (permalink / raw)
To: Paweł Jarosz
Cc: Mark Rutland, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
Rob Herring, Russell King
Hi Paweł,
Am Sonntag, 13. November 2016, 17:02:39 CET schrieb Paweł Jarosz:
> This patch fixes incorectly assigned rk3066a TSADC node
>
> Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
both patches from today look good, but your mailer seems to have scrambled the
patches when sending. Instead of tabs I see a lot of spaces for example, which
of course results in the patches not applying.
Heiko
> ---
> arch/arm/boot/dts/rk3066a.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
> index fc8dcc7..ac46109 100644
> --- a/arch/arm/boot/dts/rk3066a.dtsi
> +++ b/arch/arm/boot/dts/rk3066a.dtsi
> @@ -205,7 +205,7 @@
> clock-names = "saradc", "apb_pclk";
> interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
> #io-channel-cells = <1>;
> - resets = <&cru SRST_SARADC>;
> + resets = <&cru SRST_TSADC>;
> reset-names = "saradc-apb";
> status = "disabled";
> };
> --
> 2.7.4
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 4+ messages in thread
* [RESEND] ARM: dts: rockchip: fix TSADC reset node for rk3066a
@ 2016-11-14 6:54 Paweł Jarosz
2016-11-14 9:32 ` Heiko Stuebner
0 siblings, 1 reply; 4+ messages in thread
From: Paweł Jarosz @ 2016-11-14 6:54 UTC (permalink / raw)
To: heiko-4mtYJXux2i+zQB+pC5nmwQ, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
This patch fixes incorectly assigned rk3066a TSADC node
Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
---
arch/arm/boot/dts/rk3066a.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
index fc8dcc7..ac46109 100644
--- a/arch/arm/boot/dts/rk3066a.dtsi
+++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -205,7 +205,7 @@
clock-names = "saradc", "apb_pclk";
interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
#io-channel-cells = <1>;
- resets = <&cru SRST_SARADC>;
+ resets = <&cru SRST_TSADC>;
reset-names = "saradc-apb";
status = "disabled";
};
--
2.7.4
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [RESEND] ARM: dts: rockchip: fix TSADC reset node for rk3066a
2016-11-14 6:54 Paweł Jarosz
@ 2016-11-14 9:32 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2016-11-14 9:32 UTC (permalink / raw)
To: Paweł Jarosz
Cc: mark.rutland-5wv7dgnIgG8,
linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, linux-I+IVW8TIWO2tmTQ+vhA3Yw
Am Montag, 14. November 2016, 07:54:00 CET schrieb Paweł Jarosz:
> This patch fixes incorectly assigned rk3066a TSADC node
>
> Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
applied to my dts32 branch
Thanks
Heiko
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-14 9:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-13 16:02 [RESEND] ARM: dts: rockchip: fix TSADC reset node for rk3066a Paweł Jarosz
[not found] ` <CAFYR25XPx4QEu4bVyL2s4=Eqz+7w_Xjw8ZYOYzYsmz3z+rq84A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-11-13 23:11 ` Heiko Stuebner
-- strict thread matches above, loose matches on Subject: below --
2016-11-14 6:54 Paweł Jarosz
2016-11-14 9:32 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox