diff options
| author | Chris Brandt <[email protected]> | 2017-01-23 08:55:20 -0500 |
|---|---|---|
| committer | Simon Horman <[email protected]> | 2017-01-24 13:26:00 +0100 |
| commit | 37dfe2afc5618d42d3214a61ed017ce4bbc12254 (patch) | |
| tree | 7eed140ee002ce8a8de0dd37f4a3f072d231800f | |
| parent | 69b5c6dceaa138859f03ca20e3adca7ddec6bae7 (diff) | |
ARM: dts: rskrza1: add ostm DT support
Signed-off-by: Chris Brandt <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/r7s72100-rskrza1.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r7s72100-rskrza1.dts b/arch/arm/boot/dts/r7s72100-rskrza1.dts index dd4418195ca6..02b59c5b3c53 100644 --- a/arch/arm/boot/dts/r7s72100-rskrza1.dts +++ b/arch/arm/boot/dts/r7s72100-rskrza1.dts @@ -61,6 +61,14 @@ status = "okay"; }; +&ostm0 { + status = "okay"; +}; + +&ostm1 { + status = "okay"; +}; + &scif2 { status = "okay"; }; |