Skip to content

Commit 159704c

Browse files
author
victorsun
committed
Fix camera can not use with isp dtsi issue
Change-Id: I8bb1776105ebeb830deb5acdd0335eda28b14282
1 parent 0634e8a commit 159704c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,8 @@
401401
dma-names = "tx", "rx";
402402
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
403403
pinctrl-names = "default";
404-
pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0 &spi2_cs1>;
404+
//pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0 &spi2_cs1>;
405+
pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>;
405406
reg = <0x0 0xff130000 0x0 0x1000>;
406407
#address-cells = <2>;
407408
#size-cells = <0>;
@@ -1083,7 +1084,7 @@
10831084
clocks = <&cru HCLK_I2S0>, <&cru SCLK_I2S0>;
10841085
pinctrl-names = "default";
10851086
pinctrl-0 = <&i2s0_bus>;
1086-
rockchip,xfer-mode = <0>;
1087+
//rockchip,xfer-mode = <0>;
10871088
rockchip,playback-channels = <8>;
10881089
rockchip,capture-channels = <2>;
10891090
status = "disabled";
@@ -1609,7 +1610,7 @@
16091610
<0x0 0xffc06000 0x0 0x2000>;
16101611
interrupts = <GIC_PPI 9 0xf04>;
16111612
};
1612-
1613+
/*
16131614
cif_isp0:cif_isp@ff910000 {
16141615
compatible = "rockchip,rk3288-cif-isp";
16151616
rockchip,grf = <&grf>;
@@ -1628,7 +1629,7 @@
16281629
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
16291630
interrupt-names = "cif_isp10_irq";
16301631
};
1631-
1632+
*/
16321633
pinctrl: pinctrl {
16331634
compatible = "rockchip,rk3288-pinctrl";
16341635
rockchip,grf = <&grf>;

0 commit comments

Comments
 (0)