diff options
author | Wenyou Yang <wenyou.yang@microchip.com> | 2017-09-05 18:30:08 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-14 16:02:43 -0400 |
commit | 56246d1e87050bf22198e95c4526331a94c8a520 (patch) | |
tree | f8e818750dc343239ec2e757f5b745919e17cf4c /arch/arm/dts/sama5d3.dtsi | |
parent | e7c831543ab8deeb1eb4bf4d13d59f55a268865e (diff) | |
download | u-boot-56246d1e87050bf22198e95c4526331a94c8a520.tar.gz |
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/arm/dts/sama5d3.dtsi')
-rw-r--r-- | arch/arm/dts/sama5d3.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/sama5d3.dtsi b/arch/arm/dts/sama5d3.dtsi index 84ee089202..ee0e14e516 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 { |