diff options
Diffstat (limited to 'dts/upstream/src/arc')
-rw-r--r-- | dts/upstream/src/arc/axc003.dtsi | 4 | ||||
-rw-r--r-- | dts/upstream/src/arc/hsdk.dts | 1 | ||||
-rw-r--r-- | dts/upstream/src/arc/vdk_axs10x_mb.dtsi | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/dts/upstream/src/arc/axc003.dtsi b/dts/upstream/src/arc/axc003.dtsi index 3434c8131ec..c0a812674ce 100644 --- a/dts/upstream/src/arc/axc003.dtsi +++ b/dts/upstream/src/arc/axc003.dtsi @@ -119,9 +119,9 @@ /* * The DW APB ICTL intc on MB is connected to CPU intc via a * DT "invisible" DW APB GPIO block, configured to simply pass thru - * interrupts - setup accordinly in platform init (plat-axs10x/ax10x.c) + * interrupts - setup accordingly in platform init (plat-axs10x/ax10x.c) * - * So here we mimic a direct connection betwen them, ignoring the + * So here we mimic a direct connection between them, ignoring the * ABPG GPIO. Thus set "interrupts = <24>" (DW APB GPIO to core) * instead of "interrupts = <12>" (DW APB ICTL to DW APB GPIO) * diff --git a/dts/upstream/src/arc/hsdk.dts b/dts/upstream/src/arc/hsdk.dts index 6691f425507..41b980df862 100644 --- a/dts/upstream/src/arc/hsdk.dts +++ b/dts/upstream/src/arc/hsdk.dts @@ -205,7 +205,6 @@ }; gmac: ethernet@8000 { - #interrupt-cells = <1>; compatible = "snps,dwmac"; reg = <0x8000 0x2000>; interrupts = <10>; diff --git a/dts/upstream/src/arc/vdk_axs10x_mb.dtsi b/dts/upstream/src/arc/vdk_axs10x_mb.dtsi index 90a412026e6..0e0e2d337bf 100644 --- a/dts/upstream/src/arc/vdk_axs10x_mb.dtsi +++ b/dts/upstream/src/arc/vdk_axs10x_mb.dtsi @@ -113,7 +113,7 @@ /* * Embedded Vision subsystem UIO mappings; only relevant for EV VDK * - * This node is intentionally put outside of MB above becase + * This node is intentionally put outside of MB above because * it maps areas outside of MB's 0xez-0xfz. */ uio_ev: uio@d0000000 { |