diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2018-11-21 11:08:44 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-11-28 13:55:30 +0100 |
commit | 673df60a880f060e3e94920c7b5f7a9ed8aa65f2 (patch) | |
tree | a3e5461e5ab5b4b3c110641f1e953c03d15f10cd /arch/arm/boot/dts/r9a06g032.dtsi | |
parent | ARM: dts: iwg23s-sbc: Add QSPI flash support (diff) | |
download | linux-673df60a880f060e3e94920c7b5f7a9ed8aa65f2.tar.xz linux-673df60a880f060e3e94920c7b5f7a9ed8aa65f2.zip |
ARM: dts: r9a06g032: Correct the GIC DT node name
Harmless mistake, but it's incorrect. The DT spec provides recommendations
for the node names:
"The name of a node should be somewhat generic, reflecting the function
of the device and not its precise programming model. If appropriate, the
name should be one of the following choices:
...
interrupt-controller"
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r9a06g032.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r9a06g032.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |