mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
dts: stm32mp157c: fix etzpc node location in DTSI file
Fix etzpc node location in stm32mp157c DTSI file as requested during the
patch review. The comment was addressed then fixup change discarded while
rebasing.
Change-Id: Ie53531fec7da224de0b86c968a66aec441bfc25d
Fixes: 627298d4b6
("dts: stm32mp157c: add etzpc node")
Reported-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
This commit is contained in:
parent
5ea6a661ab
commit
bca652a284
1 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue