lkml.org 
[lkml]   [2020]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 12/14] mips: bmips: bcm6362: include and use dt-bindings
Date
Now that there are proper device tree bindings we can start using them.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---
arch/mips/boot/dts/brcm/bcm6362.dtsi | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/arch/mips/boot/dts/brcm/bcm6362.dtsi b/arch/mips/boot/dts/brcm/bcm6362.dtsi
index 8ae6981735b8..e6ec366818a9 100644
--- a/arch/mips/boot/dts/brcm/bcm6362.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm6362.dtsi
@@ -1,4 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
+
+#include "dt-bindings/clock/bcm6362-clock.h"
+#include "dt-bindings/interrupt-controller/bcm6362-interrupt-controller.h"
+
/ {
#address-cells = <1>;
#size-cells = <1>;
@@ -87,7 +91,7 @@ uart0: serial@10000100 {
reg = <0x10000100 0x18>;

interrupt-parent = <&periph_intc>;
- interrupts = <3>;
+ interrupts = <BCM6362_IRQ_UART0>;

clocks = <&periph_clk>;
clock-names = "refclk";
@@ -100,7 +104,7 @@ uart1: serial@10000120 {
reg = <0x10000120 0x18>;

interrupt-parent = <&periph_intc>;
- interrupts = <4>;
+ interrupts = <BCM6362_IRQ_UART1>;

clocks = <&periph_clk>;
clock-names = "refclk";
@@ -123,7 +127,7 @@ ehci: usb@10002500 {
big-endian;

interrupt-parent = <&periph_intc>;
- interrupts = <10>;
+ interrupts = <BCM6362_IRQ_EHCI>;

status = "disabled";
};
@@ -135,7 +139,7 @@ ohci: usb@10002600 {
no-big-frame-no;

interrupt-parent = <&periph_intc>;
- interrupts = <9>;
+ interrupts = <BCM6362_IRQ_OHCI>;

status = "disabled";
};
--
2.28.0
\
 
 \ /
  Last update: 2020-08-12 08:32    [W:0.227 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site