hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/at91sam9x5_isi.dtsi
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * at91sam9x5_isi.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an
34 * Image Sensor Interface.
45 *
56 * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
6
- *
7
- * Licensed under GPLv2.
87 */
98
109 #include <dt-bindings/pinctrl/at91.h>
....@@ -44,22 +43,13 @@
4443 };
4544 };
4645
47
- pmc: pmc@fffffc00 {
48
- periphck {
49
- isi_clk: isi_clk {
50
- #clock-cells = <0>;
51
- reg = <25>;
52
- };
53
- };
54
- };
55
-
5646 isi: isi@f8048000 {
5747 compatible = "atmel,at91sam9g45-isi";
5848 reg = <0xf8048000 0x4000>;
5949 interrupts = <25 IRQ_TYPE_LEVEL_HIGH 5>;
6050 pinctrl-names = "default";
6151 pinctrl-0 = <&pinctrl_isi_data_0_7>;
62
- clocks = <&isi_clk>;
52
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 25>;
6353 clock-names = "isi_clk";
6454 status = "disabled";
6555 port {