arm: dts: rk3288-evb: modify panel to edp_panel
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-android.dtsi
index 4d4e513d678a6fcf7ce432ef50acd3e7d89054c3..fbaee75d1e1041e9c49545d1019678cef0eba63c 100644 (file)
                bootargs = "earlycon=uart8250,mmio32,0xff690000";
        };
 
+       reserved-memory {
+               ramoops_mem: ramoops@00000000 {
+                       reg = <0x8000000 0xF0000>;
+               };
+       };
+
+       ramoops {
+               compatible = "ramoops";
+               record-size = <0x0 0x20000>;
+               console-size = <0x0 0x80000>;
+               ftrace-size = <0x0 0x00000>;
+               pmsg-size = <0x0 0x50000>;
+               memory-region = <&ramoops_mem>;
+       };
+
+       fiq-debugger {
+               compatible = "rockchip,fiq-debugger";
+               interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH 0>;
+               rockchip,serial-id = <2>;
+               rockchip,wake-irq = <0>;
+               rockchip,irq-mode-enable = <1>;  /* If enable uart uses irq instead of fiq */
+               rockchip,baudrate = <115200>;  /* Only 115200 and 1500000 */
+               pinctrl-names = "default";
+               pinctrl-0 = <&uart2_xfer>;
+       };
+
        psci {
                compatible = "arm,psci-1.0";
                method = "smc";
        };
 };
 
-&panel {
+&edp_panel {
        backlight = <&backlight>;
 };