arm64: tegra: Remove unused only-1-8-v properties
The only-1-8-v property is not support by an DT schema, so drop it. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
f2ef6a9180
commit
0275294736
|
@ -11,7 +11,6 @@ mmc@3460000 {
|
|||
status = "okay";
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
only-1-8-v;
|
||||
};
|
||||
|
||||
rtc@c2a0000 {
|
||||
|
|
|
@ -26,7 +26,6 @@ mmc@3460000 {
|
|||
status = "okay";
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
only-1-8-v;
|
||||
};
|
||||
|
||||
rtc@c2a0000 {
|
||||
|
|
Loading…
Reference in New Issue