| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2013-2014 Linaro Ltd. |
|---|
| 3 | 4 | * Copyright (c) 2013-2014 Hisilicon Limited. |
|---|
| 4 | | - * |
|---|
| 5 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 6 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 7 | | - * publishhed by the Free Software Foundation. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | |
|---|
| 10 | 7 | #include <dt-bindings/clock/hix5hd2-clock.h> |
|---|
| .. | .. |
|---|
| 373 | 370 | arm,primecell-periphid = <0x00141805>; |
|---|
| 374 | 371 | reg = <0xa2c000 0x1000>; |
|---|
| 375 | 372 | interrupts = <0 29 4>; |
|---|
| 376 | | - clocks = <&clock HIX5HD2_WDG0_RST>; |
|---|
| 377 | | - clock-names = "apb_pclk"; |
|---|
| 373 | + clocks = <&clock HIX5HD2_WDG0_RST>, |
|---|
| 374 | + <&clock HIX5HD2_WDG0_RST>; |
|---|
| 375 | + clock-names = "wdog_clk", "apb_pclk"; |
|---|
| 378 | 376 | }; |
|---|
| 379 | 377 | }; |
|---|
| 380 | 378 | |
|---|
| .. | .. |
|---|
| 384 | 382 | interrupts = <1 13 0xf01>; |
|---|
| 385 | 383 | }; |
|---|
| 386 | 384 | |
|---|
| 387 | | - l2: l2-cache { |
|---|
| 385 | + l2: cache-controller { |
|---|
| 388 | 386 | compatible = "arm,pl310-cache"; |
|---|
| 389 | 387 | reg = <0x00a10000 0x100000>; |
|---|
| 390 | 388 | interrupts = <0 15 4>; |
|---|