mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rk3399-android-next: Use original rga
Change-Id: Ie3d5de2158e888546102bf131a9bd16f8701693e Signed-off-by: Zikim,Wei <wzq@rock-chips.com>
This commit is contained in:
@@ -194,6 +194,17 @@
|
||||
#iommu-cells = <0>;
|
||||
};
|
||||
|
||||
rga: rga@ff680000 {
|
||||
compatible = "rockchip,rga2";
|
||||
dev_mode = <1>;
|
||||
reg = <0x0 0xff680000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>;
|
||||
clock-names = "aclk_rga", "hclk_rga", "clk_rga";
|
||||
power-domains = <&power RK3399_PD_RGA>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
isp0: isp@ff910000 {
|
||||
compatible = "rockchip,rk3399-isp", "rockchip,isp";
|
||||
reg = <0x0 0xff910000 0x0 0x4000>;
|
||||
@@ -297,10 +308,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rga {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
status = "okay";
|
||||
i2c-scl-rising-time-ns = <450>;
|
||||
|
||||
Reference in New Issue
Block a user