Re: [PATCH v7 2/5] arm: dts: modify NPCM7xx device tree timer register size

2020-09-28 Thread Joel Stanley
On Wed, 23 Sep 2020 at 16:48, Tomer Maimon  wrote:
>
> Modify NPCM7xx device tree timer register size
> from 0x50 to 0x1C to control only the timer registers
> and not other hw modules.
>
> Signed-off-by: Tomer Maimon 

Reviewed-by: Joel Stanley 

> ---
>  arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi 
> b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
> index 16a28c5c4131..72e364054e72 100644
> --- a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
> +++ b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
> @@ -120,7 +120,7 @@
> timer0: timer@8000 {
> compatible = "nuvoton,npcm750-timer";
> interrupts = ;
> -   reg = <0x8000 0x50>;
> +   reg = <0x8000 0x1C>;
> clocks = < NPCM7XX_CLK_TIMER>;
> };
>
> --
> 2.22.0
>


[PATCH v7 2/5] arm: dts: modify NPCM7xx device tree timer register size

2020-09-23 Thread Tomer Maimon
Modify NPCM7xx device tree timer register size
from 0x50 to 0x1C to control only the timer registers
and not other hw modules.

Signed-off-by: Tomer Maimon 
---
 arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi 
b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
index 16a28c5c4131..72e364054e72 100644
--- a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
+++ b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
@@ -120,7 +120,7 @@
timer0: timer@8000 {
compatible = "nuvoton,npcm750-timer";
interrupts = ;
-   reg = <0x8000 0x50>;
+   reg = <0x8000 0x1C>;
clocks = < NPCM7XX_CLK_TIMER>;
};
 
-- 
2.22.0