diff options
Diffstat (limited to 'target/linux/bcm27xx/patches-5.4/950-0531-ARM-dts-bcm2711-Add-HDMI-DVP.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0531-ARM-dts-bcm2711-Add-HDMI-DVP.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0531-ARM-dts-bcm2711-Add-HDMI-DVP.patch b/target/linux/bcm27xx/patches-5.4/950-0531-ARM-dts-bcm2711-Add-HDMI-DVP.patch deleted file mode 100644 index c4d230e730..0000000000 --- a/target/linux/bcm27xx/patches-5.4/950-0531-ARM-dts-bcm2711-Add-HDMI-DVP.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 119c9cdf9beab785d10ebf8a804ce20b3b0fd779 Mon Sep 17 00:00:00 2001 -From: Maxime Ripard <maxime@cerno.tech> -Date: Tue, 28 Jan 2020 09:37:06 +0100 -Subject: [PATCH] ARM: dts: bcm2711: Add HDMI DVP - -Now that we have a driver for the DVP, let's add its DT node. - -Signed-off-by: Maxime Ripard <maxime@cerno.tech> ---- - arch/arm/boot/dts/bcm2711.dtsi | 15 +++++++++++++++ - 1 file changed, 15 insertions(+) - ---- a/arch/arm/boot/dts/bcm2711.dtsi -+++ b/arch/arm/boot/dts/bcm2711.dtsi -@@ -31,6 +31,13 @@ - }; - }; - -+ clk_108MHz: clk-108M { -+ #clock-cells = <0>; -+ compatible = "fixed-clock"; -+ clock-frequency = <108000000>; -+ clock-output-names = "108MHz-clock"; -+ }; -+ - firmware_clocks: firmware-clocks { - compatible = "raspberrypi,firmware-clocks"; - raspberrypi,firmware = <&firmware>; -@@ -268,6 +275,14 @@ - hvs@7e400000 { - interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; - }; -+ -+ dvp: clock@7ef00000 { -+ compatible = "brcm,brcm2711-dvp"; -+ reg = <0x7ef00000 0x10>; -+ clocks = <&clk_108MHz>; -+ #clock-cells = <1>; -+ #reset-cells = <1>; -+ }; - }; - - arm-pmu { |