Message ID | CAFYR25XPx4QEu4bVyL2s4=Eqz+7w_Xjw8ZYOYzYsmz3z+rq84A@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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"; };
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(-) -- 2.7.4