diff mbox series

ARM: dts: r9a06g032: Correct the GIC DT node name

Message ID 20181120103427.23950-1-phil.edworthy@renesas.com (mailing list archive)
State Changes Requested
Delegated to: Simon Horman
Headers show
Series ARM: dts: r9a06g032: Correct the GIC DT node name | expand

Commit Message

Phil Edworthy Nov. 20, 2018, 10:34 a.m. UTC
Harmless mistake, but it's incorrect.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
 arch/arm/boot/dts/r9a06g032.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman Nov. 21, 2018, 10:01 a.m. UTC | #1
On Tue, Nov 20, 2018 at 10:34:27AM +0000, Phil Edworthy wrote:
> Harmless mistake, but it's incorrect.

Hi Phil,

please fill-out this changelog with an explanation of "why".

Thanks!

> 
> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
> ---
>  arch/arm/boot/dts/r9a06g032.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/r9a06g032.dtsi b/arch/arm/boot/dts/r9a06g032.dtsi
> index 2322268bc862..4c1ab49c7d39 100644
> --- a/arch/arm/boot/dts/r9a06g032.dtsi
> +++ b/arch/arm/boot/dts/r9a06g032.dtsi
> @@ -173,7 +173,7 @@
>  			status = "okay";
>  		};
>  
> -		gic: gic@44101000 {
> +		gic: interrupt-controller@44101000 {
>  			compatible = "arm,cortex-a7-gic", "arm,gic-400";
>  			interrupt-controller;
>  			#interrupt-cells = <3>;
> -- 
> 2.17.1
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/r9a06g032.dtsi b/arch/arm/boot/dts/r9a06g032.dtsi
index 2322268bc862..4c1ab49c7d39 100644
--- a/arch/arm/boot/dts/r9a06g032.dtsi
+++ b/arch/arm/boot/dts/r9a06g032.dtsi
@@ -173,7 +173,7 @@ 
 			status = "okay";
 		};
 
-		gic: gic@44101000 {
+		gic: interrupt-controller@44101000 {
 			compatible = "arm,cortex-a7-gic", "arm,gic-400";
 			interrupt-controller;
 			#interrupt-cells = <3>;