aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@microchip.com>2017-09-05 18:30:08 +0800
committerTom Rini <trini@konsulko.com>2017-09-14 16:02:43 -0400
commit56246d1e87050bf22198e95c4526331a94c8a520 (patch)
treef8e818750dc343239ec2e757f5b745919e17cf4c /arch
parente7c831543ab8deeb1eb4bf4d13d59f55a268865e (diff)
downloadu-boot-56246d1e87050bf22198e95c4526331a94c8a520.zip
u-boot-56246d1e87050bf22198e95c4526331a94c8a520.tar.gz
u-boot-56246d1e87050bf22198e95c4526331a94c8a520.tar.bz2
ARM: dts: at91: sama5: Add the sfr node
For sama5d2, add the sfr node with syscon support. In order to access the SFR_UTMICKTRIM register for the utmi clock driver, add the phandle property for the utmi node to point to the sfr node. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/sama5d2.dtsi6
-rw-r--r--arch/arm/dts/sama5d3.dtsi2
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index d8a6514..4233ef8 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dtsi
@@ -122,6 +122,7 @@
compatible = "atmel,at91sam9x5-clk-utmi";
#clock-cells = <0>;
clocks = <&main>;
+ regmap-sfr = <&sfr>;
u-boot,dm-pre-reloc;
};
@@ -660,6 +661,11 @@
status = "disabled";
};
+ sfr: sfr@f8030000 {
+ compatible = "atmel,sama5d2-sfr", "syscon";
+ reg = <0xf8030000 0x98>;
+ };
+
sckc@f8048050 {
compatible = "atmel,at91sam9x5-sckc";
reg = <0xf8048050 0x4>;
diff --git a/arch/arm/dts/sama5d3.dtsi b/arch/arm/dts/sama5d3.dtsi
index 84ee089..ee0e14e 100644
--- a/arch/arm/dts/sama5d3.dtsi
+++ b/arch/arm/dts/sama5d3.dtsi
@@ -998,6 +998,8 @@
interrupt-parent = <&pmc>;
interrupts = <AT91_PMC_LOCKU>;
clocks = <&main>;
+ regmap-sfr = <&sfr>;
+ u-boot,dm-pre-reloc;
};
mck: masterck {