mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
frc: modify t3x pxp dts [1/1]
PD#SWPL-111905 Problem: t3x pxp dts Solution: t3x pxp dts Verify: T3X pxp Change-Id: I098904b2c71ce46dca11d3bb9e228223fe3b0163 Signed-off-by: Cheng Wang <cheng.wang@amlogic.com>
This commit is contained in:
@@ -755,14 +755,14 @@
|
||||
};
|
||||
|
||||
aml_frc {
|
||||
compatible = "amlogic, t5m_frc";
|
||||
compatible = "amlogic, t3x_frc";
|
||||
dev_name = "aml_frc";
|
||||
status = "okay";
|
||||
frc_en = <1>;/*1:enable ;0:disable*/
|
||||
status = "disable"
|
||||
frc_en = <0>;/*1:enable ;0:disable*/
|
||||
frc_hw_pos = <0>;/*0:before postblend; 1:after postblend*/
|
||||
interrupts = <GIC_SPI 221 IRQ_TYPE_EDGE_RISING
|
||||
GIC_SPI 222 IRQ_TYPE_EDGE_RISING
|
||||
GIC_SPI 128 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupts = <GIC_SPI 291 IRQ_TYPE_EDGE_RISING
|
||||
GIC_SPI 292 IRQ_TYPE_EDGE_RISING
|
||||
GIC_SPI 288 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "irq_frc_in", "irq_frc_out", "irq_frc_rdma";
|
||||
memory-region = <&frc_cma_reserved>;
|
||||
clocks = <&clkc CLKID_FRC>, <&clkc CLKID_ME>;
|
||||
|
||||
Reference in New Issue
Block a user