diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-10-11 17:39:39 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-11 17:25:32 -0700 |
commit | ab29891e953fd7c3410f3edeb50457812f7694d8 (patch) | |
tree | cfa68dd2cd11e172d2132cedd6a13f2b8eefa7f1 /arch/arm64/boot/dts | |
parent | 4ee8e51b9edfe7845a094690a365c844e5a35b4b (diff) | |
download | linux-ab29891e953fd7c3410f3edeb50457812f7694d8.tar.gz linux-ab29891e953fd7c3410f3edeb50457812f7694d8.tar.bz2 linux-ab29891e953fd7c3410f3edeb50457812f7694d8.zip |
ARM64: dts: meson-gx: remove unnecessary clocks properties
Since the switch to documented uart bindings, the clocks are
redefined in the SoC family dtsi file.
This patch removes these unneeded properties.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi index f175db846286..2be981a547df 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi @@ -228,7 +228,6 @@ compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart"; reg = <0x0 0x84c0 0x0 0x14>; interrupts = <GIC_SPI 26 IRQ_TYPE_EDGE_RISING>; - clocks = <&xtal>; status = "disabled"; }; @@ -236,7 +235,6 @@ compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart"; reg = <0x0 0x84dc 0x0 0x14>; interrupts = <GIC_SPI 75 IRQ_TYPE_EDGE_RISING>; - clocks = <&xtal>; status = "disabled"; }; @@ -282,7 +280,6 @@ compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart"; reg = <0x0 0x8700 0x0 0x14>; interrupts = <GIC_SPI 93 IRQ_TYPE_EDGE_RISING>; - clocks = <&xtal>; status = "disabled"; }; |