Advertisement
Guest User

0903-add-icu1-node-for-smp.patch

a guest
Jan 30th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.76 KB | None | 0 0
  1. --- ./a/arch/mips/boot/dts/vr9.dtsi 2019-01-30 01:23:31.159807402 +0100
  2. +++ ./b/arch/mips/boot/dts/vr9.dtsi 2019-01-30 10:51:43.737591528 +0100
  3. @@ -34,7 +34,7 @@
  4.         reg = <0x1f800000 0x800000>;
  5.         ranges = <0x0 0x1f800000 0x7fffff>;
  6.  
  7. -       icu0: icu@80200 {
  8. +       icu0: icu0@80200 {
  9.             #interrupt-cells = <1>;
  10.             interrupt-controller;
  11.             compatible = "lantiq,icu";
  12. @@ -44,6 +44,18 @@
  13.                 0x80278 0x28
  14.                 0x802a0 0x28>;
  15.         };
  16. +      
  17. +//pc2005 irq for VPE1 
  18. +       icu1: icu1@80300 {
  19. +           #interrupt-cells = <1>;
  20. +//         interrupt-controller;
  21. +           compatible = "lantiq,icu1";
  22. +           reg = <0x80300 0x28
  23. +               0x80328 0x28
  24. +               0x80350 0x28
  25. +               0x80378 0x28
  26. +               0x803a0 0x28>;
  27. +       };
  28.  
  29.         watchdog@803f0 {
  30.             compatible = "lantiq,xrx100-wdt", "lantiq,xrx100-wdt";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement