diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2019-04-20 12:32:58 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-05-20 19:58:37 +0300 |
commit | f3b7cbe2200f867e167ae701d7164b58406e9c90 (patch) | |
tree | ea0272dc3bd2490b6709f510bd46d5e8f2e42eb5 /arch/arm/boot/dts/meson8b.dtsi | |
parent | 01dfdd7b4693496854ac92d1ebfb18d7b108f777 (diff) | |
download | linux-f3b7cbe2200f867e167ae701d7164b58406e9c90.tar.xz |
ARM: dts: meson8b: drop undocumented property from the Mali GPU node
Drop the undocumented "switch-delay" which is a left-over from my
experiments with an early lima kernel driver when it was still
out-of-tree and required this property on Amlogic SoCs.
Fixes: c3ea80b6138cae ("ARM: dts: meson8b: add the Mali-450 MP2 GPU")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/meson8b.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 800cd65fc50a..4b919590dae5 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -229,7 +229,6 @@ clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>; clock-names = "bus", "core"; operating-points-v2 = <&gpu_opp_table>; - switch-delay = <0xffff>; }; }; }; /* end of / */ |