mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: rockchip: rk3568 separate the node of csi2 and hw
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: Ia3694d29ee53a1ccd46e2e375eed94ce45dcf1fc
This commit is contained in:
@@ -309,6 +309,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mipi_csi2: mipi-csi2 {
|
||||||
|
compatible = "rockchip,rk3568-mipi-csi2";
|
||||||
|
rockchip,hw = <&mipi_csi2_hw>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
mpp_srv: mpp-srv {
|
mpp_srv: mpp-srv {
|
||||||
compatible = "rockchip,mpp-service";
|
compatible = "rockchip,mpp-service";
|
||||||
rockchip,taskqueue-count = <6>;
|
rockchip,taskqueue-count = <6>;
|
||||||
@@ -1640,8 +1646,8 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
mipi_csi2: mipi-csi2@fdfb0000 {
|
mipi_csi2_hw: mipi-csi2-hw@fdfb0000 {
|
||||||
compatible = "rockchip,rk3568-mipi-csi2";
|
compatible = "rockchip,rk3568-mipi-csi2-hw";
|
||||||
reg = <0x0 0xfdfb0000 0x0 0x10000>;
|
reg = <0x0 0xfdfb0000 0x0 0x10000>;
|
||||||
reg-names = "csihost_regs";
|
reg-names = "csihost_regs";
|
||||||
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
|
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
|||||||
Reference in New Issue
Block a user