Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
b53139c3
Commit
b53139c3
authored
Jun 04, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Jun 04, 2020
Browse files
Merge "dts: stm32mp157c: fix etzpc node location in DTSI file" into integration
parents
9ea4fe6a
bca652a2
Changes
1
Show whitespace changes
Inline
Side-by-side
fdts/stm32mp157c.dtsi
View file @
b53139c3
...
...
@@ -349,6 +349,14 @@
};
};
etzpc: etzpc@5c007000 {
compatible = "st,stm32-etzpc";
reg = <0x5C007000 0x400>;
clocks = <&rcc TZPC>;
status = "disabled";
secure-status = "okay";
};
i2c6: i2c@5c009000 {
compatible = "st,stm32f7-i2c";
reg = <0x5c009000 0x400>;
...
...
@@ -362,13 +370,5 @@
#size-cells = <0>;
status = "disabled";
};
etzpc: etzpc@5c007000 {
compatible = "st,stm32-etzpc";
reg = <0x5C007000 0x400>;
clocks = <&rcc TZPC>;
status = "disabled";
secure-status = "okay";
};
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment