mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk1808 separate the node of csi2 and hw
Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I4fdacd6bcac96094ea7746828fbab3e05b31fbab
This commit is contained in:
@@ -247,6 +247,12 @@
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
mipi_csi2: mipi-csi2 {
|
||||
compatible = "rockchip,rk1808-mipi-csi2";
|
||||
rockchip,hw = <&mipi_csi2_hw>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
psci {
|
||||
compatible = "arm,psci-1.0";
|
||||
method = "smc";
|
||||
@@ -1525,8 +1531,8 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mipi_csi2: mipi-csi2@ffb10000 {
|
||||
compatible = "rockchip,rk1808-mipi-csi2";
|
||||
mipi_csi2_hw: mipi-csi2-hw@ffb10000 {
|
||||
compatible = "rockchip,rk1808-mipi-csi2-hw";
|
||||
reg = <0x0 0xffb10000 0x0 0x100>;
|
||||
reg-names = "csihost_regs";
|
||||
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
||||
Reference in New Issue
Block a user