hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/hisi-x5hd2.dtsi
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (c) 2013-2014 Linaro Ltd.
34 * 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.
85 */
96
107 #include <dt-bindings/clock/hix5hd2-clock.h>
....@@ -373,8 +370,9 @@
373370 arm,primecell-periphid = <0x00141805>;
374371 reg = <0xa2c000 0x1000>;
375372 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";
378376 };
379377 };
380378
....@@ -384,7 +382,7 @@
384382 interrupts = <1 13 0xf01>;
385383 };
386384
387
- l2: l2-cache {
385
+ l2: cache-controller {
388386 compatible = "arm,pl310-cache";
389387 reg = <0x00a10000 0x100000>;
390388 interrupts = <0 15 4>;