mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
665c9c03f6
* Move SoC peripherals into an SoC container node * Move serial enabling into board file (qcom-msm8960-cdp.dts) * Cleanup cpu node to match binding spec, enable-method and compatible should be per cpu, not part of the container * Drop interrupts property from l2-cache node as its not part of the binding spec * Add GSBI node and configuration of GSBI controller Signed-off-by: Kumar Gala <galak@codeaurora.org>
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
#include "qcom-msm8960.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm MSM8960 CDP";
|
|
compatible = "qcom,msm8960-cdp", "qcom,msm8960";
|
|
|
|
soc {
|
|
gsbi@16400000 {
|
|
status = "ok";
|
|
qcom,mode = <GSBI_PROT_I2C_UART>;
|
|
serial@16440000 {
|
|
status = "ok";
|
|
};
|
|
};
|
|
};
|
|
};
|