Patch "ARM: dts: aspeed: Add video engine to g6" has been added to the 5.17-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: dts: aspeed: Add video engine to g6

to the 5.17-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-aspeed-add-video-engine-to-g6.patch
and it can be found in the queue-5.17 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 5f897874defd302ca0f4df4ba4a4336e12c791a3
Author: Howard Chiu <howard_chiu@xxxxxxxxxxxxxx>
Date:   Tue Mar 29 03:23:51 2022 +0000

    ARM: dts: aspeed: Add video engine to g6
    
    [ Upstream commit 32e62d1beab70d485980013312e747a25c4e13f7 ]
    
    This node was accidentally removed by commit 645afe73f951 ("ARM: dts:
    aspeed: ast2600: Update XDMA engine node").
    
    Fixes: 645afe73f951 ("ARM: dts: aspeed: ast2600: Update XDMA engine node")
    Signed-off-by: Howard Chiu <howard_chiu@xxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/SG2PR06MB2315C57600A0132FEF40F21EE61E9@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Signed-off-by: Joel Stanley <joel@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi
index c32e87fad4dc..aac55b3aeded 100644
--- a/arch/arm/boot/dts/aspeed-g6.dtsi
+++ b/arch/arm/boot/dts/aspeed-g6.dtsi
@@ -389,6 +389,16 @@ sbc: secure-boot-controller@1e6f2000 {
 				reg = <0x1e6f2000 0x1000>;
 			};
 
+			video: video@1e700000 {
+				compatible = "aspeed,ast2600-video-engine";
+				reg = <0x1e700000 0x1000>;
+				clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
+					 <&syscon ASPEED_CLK_GATE_ECLK>;
+				clock-names = "vclk", "eclk";
+				interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
+				status = "disabled";
+			};
+
 			gpio0: gpio@1e780000 {
 				#gpio-cells = <2>;
 				gpio-controller;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux