Commit 976d321f authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: msm8992: Make the DT an overlay on top of 8994

This saves a good thousand lines of code, perhaps even
more in the long run.
Co-developed-by: default avatarGustave Monce <gustave.monce@outlook.com>
Signed-off-by: default avatarGustave Monce <gustave.monce@outlook.com>
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210131013853.55810-5-konrad.dybcio@somainline.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 76d0b35c
......@@ -283,7 +283,7 @@ pmi8994_regulators: pmi8994-regulators {
};
};
&sdhc_1 {
&sdhc1 {
status = "okay";
mmc-hs400-1_8v;
......
......@@ -70,21 +70,6 @@ ramoops@dfc00000 {
pmsg-size = <0x20000>;
};
continuous_splash: framebuffer@3401000{
reg = <0x0 0x3401000 0x0 0x2200000>;
no-map;
};
dfps_data_mem: dfps_data_mem@3400000 {
reg = <0x0 0x3400000 0x0 0x1000>;
no-map;
};
peripheral_region: peripheral_region@7400000 {
reg = <0x0 0x7400000 0x0 0x1c00000>;
no-map;
};
modem_region: modem_region@9000000 {
reg = <0x0 0x9000000 0x0 0x5a00000>;
no-map;
......@@ -97,43 +82,49 @@ tzapp: modem_region@ea00000 {
};
};
&blsp_i2c2 {
&blsp1_i2c2 {
status = "okay";
/* Atmel or Synaptics touchscreen */
};
&blsp_i2c5 {
&blsp1_i2c5 {
status = "okay";
/* Silabs si4705 FM transmitter */
/* ST lsm6db0 gyro/accelerometer */
};
&blsp_i2c6 {
&blsp1_i2c6 {
status = "okay";
/* NCI NFC,
/*
* NXP NCI NFC,
* TI USB320 Type-C controller,
* Pericom 30216a USB (de)mux switch
*/
};
&blsp_i2c7 {
&blsp2_i2c1 {
status = "okay";
/* cm36686 proximity and ambient light sensor */
};
&blsp_i2c13 {
&blsp2_i2c5 {
status = "okay";
/* ST lsm6db0 gyro/accelerometer */
/* Silabs si4705 FM transmitter */
};
&blsp2_uart2 {
status = "okay";
};
&peripheral_region {
reg = <0x0 0x7400000 0x0 0x1c00000>;
no-map;
};
&rpm_requests {
pm8994-regulators {
compatible = "qcom,rpm-pm8994-regulators";
......@@ -364,7 +355,7 @@ pmi8994_bby: boost-bypass {
};
};
&sdhc_1 {
&sdhc1 {
status = "okay";
mmc-hs400-1_8v;
......
This diff is collapsed.
......@@ -132,11 +132,11 @@ core1 {
cpu = <&CPU5>;
};
core2 {
cpu6_map: core2 {
cpu = <&CPU6>;
};
core3 {
cpu7_map: core3 {
cpu = <&CPU7>;
};
};
......@@ -1009,7 +1009,7 @@ sdc2_data_off: sdc2-data-off {
};
};
timer {
timer: timer {
compatible = "arm,armv8-timer";
interrupts = <GIC_PPI 2 0xff08>,
<GIC_PPI 3 0xff08>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment