hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/rk312x-android.dtsi
....@@ -24,7 +24,7 @@
2424 rockchip,signal-irq = <159>;
2525 rockchip,wake-irq = <0>;
2626 /* If enable uart uses irq instead of fiq */
27
- rockchip,irq-mode-enable = <0>;
27
+ rockchip,irq-mode-enable = <1>;
2828 rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */
2929 interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_LOW>;
3030 status = "okay";
....@@ -39,10 +39,10 @@
3939 #size-cells = <1>;
4040 ranges;
4141
42
- cma_region: region@88000000 {
42
+ cma_region: region@63000000 {
4343 compatible = "shared-dma-pool";
4444 reusable;
45
- reg = <0x88000000 0x1800000>;
45
+ reg = <0x63000000 0x1800000>;
4646 };
4747
4848 ramoops: ramoops@62e00000 {