Commit 888950b0 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: Use human-friendly symbols for interrupt properties in exynos5

Replace hard-coded values of type of GIC interrupt and its flags with
respective macros from header to increase code readability.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Tested-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
parent 74e2c958
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>
#include "exynos-syscon-restart.dtsi" #include "exynos-syscon-restart.dtsi"
...@@ -96,7 +97,8 @@ gic: interrupt-controller@10481000 { ...@@ -96,7 +97,8 @@ gic: interrupt-controller@10481000 {
<0x10482000 0x1000>, <0x10482000 0x1000>,
<0x10484000 0x2000>, <0x10484000 0x2000>,
<0x10486000 0x2000>; <0x10486000 0x2000>;
interrupts = <1 9 0xf04>; interrupts = <GIC_PPI 9
(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
}; };
sysreg_system_controller: syscon@10050000 { sysreg_system_controller: syscon@10050000 {
......
This diff is collapsed.
...@@ -121,7 +121,7 @@ tmu_cpu3: tmu@1006c000 { ...@@ -121,7 +121,7 @@ tmu_cpu3: tmu@1006c000 {
mmc_0: mmc@12200000 { mmc_0: mmc@12200000 {
compatible = "samsung,exynos5250-dw-mshc"; compatible = "samsung,exynos5250-dw-mshc";
reg = <0x12200000 0x1000>; reg = <0x12200000 0x1000>;
interrupts = <0 75 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clocks = <&clock CLK_MMC0>, <&clock CLK_SCLK_MMC0>; clocks = <&clock CLK_MMC0>, <&clock CLK_SCLK_MMC0>;
...@@ -133,7 +133,7 @@ mmc_0: mmc@12200000 { ...@@ -133,7 +133,7 @@ mmc_0: mmc@12200000 {
mmc_1: mmc@12210000 { mmc_1: mmc@12210000 {
compatible = "samsung,exynos5250-dw-mshc"; compatible = "samsung,exynos5250-dw-mshc";
reg = <0x12210000 0x1000>; reg = <0x12210000 0x1000>;
interrupts = <0 76 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clocks = <&clock CLK_MMC1>, <&clock CLK_SCLK_MMC1>; clocks = <&clock CLK_MMC1>, <&clock CLK_SCLK_MMC1>;
...@@ -145,7 +145,7 @@ mmc_1: mmc@12210000 { ...@@ -145,7 +145,7 @@ mmc_1: mmc@12210000 {
mmc_2: mmc@12220000 { mmc_2: mmc@12220000 {
compatible = "samsung,exynos5250-dw-mshc"; compatible = "samsung,exynos5250-dw-mshc";
reg = <0x12220000 0x1000>; reg = <0x12220000 0x1000>;
interrupts = <0 77 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
clocks = <&clock CLK_MMC2>, <&clock CLK_SCLK_MMC2>; clocks = <&clock CLK_MMC2>, <&clock CLK_SCLK_MMC2>;
...@@ -157,31 +157,31 @@ mmc_2: mmc@12220000 { ...@@ -157,31 +157,31 @@ mmc_2: mmc@12220000 {
pinctrl_0: pinctrl@13400000 { pinctrl_0: pinctrl@13400000 {
compatible = "samsung,exynos5410-pinctrl"; compatible = "samsung,exynos5410-pinctrl";
reg = <0x13400000 0x1000>; reg = <0x13400000 0x1000>;
interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
wakeup-interrupt-controller { wakeup-interrupt-controller {
compatible = "samsung,exynos4210-wakeup-eint"; compatible = "samsung,exynos4210-wakeup-eint";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
}; };
}; };
pinctrl_1: pinctrl@14000000 { pinctrl_1: pinctrl@14000000 {
compatible = "samsung,exynos5410-pinctrl"; compatible = "samsung,exynos5410-pinctrl";
reg = <0x14000000 0x1000>; reg = <0x14000000 0x1000>;
interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
}; };
pinctrl_2: pinctrl@10d10000 { pinctrl_2: pinctrl@10d10000 {
compatible = "samsung,exynos5410-pinctrl"; compatible = "samsung,exynos5410-pinctrl";
reg = <0x10d10000 0x1000>; reg = <0x10d10000 0x1000>;
interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
}; };
pinctrl_3: pinctrl@03860000 { pinctrl_3: pinctrl@03860000 {
compatible = "samsung,exynos5410-pinctrl"; compatible = "samsung,exynos5410-pinctrl";
reg = <0x03860000 0x1000>; reg = <0x03860000 0x1000>;
interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
}; };
}; };
......
...@@ -76,20 +76,20 @@ mct_map: mct-map { ...@@ -76,20 +76,20 @@ mct_map: mct-map {
watchdog: watchdog@101d0000 { watchdog: watchdog@101d0000 {
compatible = "samsung,exynos5420-wdt"; compatible = "samsung,exynos5420-wdt";
reg = <0x101d0000 0x100>; reg = <0x101d0000 0x100>;
interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
}; };
sss: sss@10830000 { sss: sss@10830000 {
compatible = "samsung,exynos4210-secss"; compatible = "samsung,exynos4210-secss";
reg = <0x10830000 0x300>; reg = <0x10830000 0x300>;
interrupts = <0 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
}; };
/* i2c_0-3 are defined in exynos5.dtsi */ /* i2c_0-3 are defined in exynos5.dtsi */
hsi2c_4: i2c@12ca0000 { hsi2c_4: i2c@12ca0000 {
compatible = "samsung,exynos5250-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12ca0000 0x1000>; reg = <0x12ca0000 0x1000>;
interrupts = <0 60 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled"; status = "disabled";
...@@ -98,7 +98,7 @@ hsi2c_4: i2c@12ca0000 { ...@@ -98,7 +98,7 @@ hsi2c_4: i2c@12ca0000 {
hsi2c_5: i2c@12cb0000 { hsi2c_5: i2c@12cb0000 {
compatible = "samsung,exynos5250-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12cb0000 0x1000>; reg = <0x12cb0000 0x1000>;
interrupts = <0 61 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled"; status = "disabled";
...@@ -107,7 +107,7 @@ hsi2c_5: i2c@12cb0000 { ...@@ -107,7 +107,7 @@ hsi2c_5: i2c@12cb0000 {
hsi2c_6: i2c@12cc0000 { hsi2c_6: i2c@12cc0000 {
compatible = "samsung,exynos5250-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12cc0000 0x1000>; reg = <0x12cc0000 0x1000>;
interrupts = <0 62 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled"; status = "disabled";
...@@ -116,7 +116,7 @@ hsi2c_6: i2c@12cc0000 { ...@@ -116,7 +116,7 @@ hsi2c_6: i2c@12cc0000 {
hsi2c_7: i2c@12cd0000 { hsi2c_7: i2c@12cd0000 {
compatible = "samsung,exynos5250-hsi2c"; compatible = "samsung,exynos5250-hsi2c";
reg = <0x12cd0000 0x1000>; reg = <0x12cd0000 0x1000>;
interrupts = <0 63 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled"; status = "disabled";
...@@ -131,7 +131,7 @@ usbdrd3_0: usb3-0 { ...@@ -131,7 +131,7 @@ usbdrd3_0: usb3-0 {
usbdrd_dwc3_0: dwc3@12000000 { usbdrd_dwc3_0: dwc3@12000000 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x12000000 0x10000>; reg = <0x12000000 0x10000>;
interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
phys = <&usbdrd_phy0 0>, <&usbdrd_phy0 1>; phys = <&usbdrd_phy0 0>, <&usbdrd_phy0 1>;
phy-names = "usb2-phy", "usb3-phy"; phy-names = "usb2-phy", "usb3-phy";
}; };
...@@ -166,7 +166,7 @@ usbdrd_phy1: phy@12500000 { ...@@ -166,7 +166,7 @@ usbdrd_phy1: phy@12500000 {
usbhost2: usb@12110000 { usbhost2: usb@12110000 {
compatible = "samsung,exynos4210-ehci"; compatible = "samsung,exynos4210-ehci";
reg = <0x12110000 0x100>; reg = <0x12110000 0x100>;
interrupts = <0 71 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -179,7 +179,7 @@ port@0 { ...@@ -179,7 +179,7 @@ port@0 {
usbhost1: usb@12120000 { usbhost1: usb@12120000 {
compatible = "samsung,exynos4210-ohci"; compatible = "samsung,exynos4210-ohci";
reg = <0x12120000 0x100>; reg = <0x12120000 0x100>;
interrupts = <0 71 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment