Skip to content

Commit

Permalink
msm8974: Add UIO region for NV recovery system
Browse files Browse the repository at this point in the history
Change-Id: I55823b9137cb658bcff1dffb083f7107695b1c97
  • Loading branch information
hyperb1iss committed Sep 15, 2014
1 parent 89ead00 commit c2ab224
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/msm8974-oppo/msm8974-oppo-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,26 @@
aliases {
serial0 = &blsp1_uart1;
};

oem_data_mem: oem_data_region@5900000 {
linux,reserve-contiguous-region;
linux,reserve-region;
linux,remove-completely;
reg = <0x5900000 0x100000>;
};
};

&soc {
serial@f991e000 {
status = "ok";
};

oem_data_sharedmem {
compatible = "qcom,sharedmem-uio";
reg = <0x5900000 0x100000>;
reg-names = "oem_data";
};

qcom,mdss_mdp@fd900000 {
qcom,mdss-pref-prim-intf = "dsi";
batfet-supply = <&pm8941_chg_batif>;
Expand Down

0 comments on commit c2ab224

Please sign in to comment.