Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: apq8064: Introduce gsbi5 and gsbi5 serial node

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>

authored by

Bjorn Andersson and committed by
Andy Gross
1099b26e 2bce6e26

+22
+22
arch/arm/boot/dts/qcom-apq8064.dtsi
··· 320 320 }; 321 321 }; 322 322 323 + gsbi5: gsbi@1a200000 { 324 + status = "disabled"; 325 + compatible = "qcom,gsbi-v1.0.0"; 326 + cell-index = <5>; 327 + reg = <0x1a200000 0x03>; 328 + clocks = <&gcc GSBI5_H_CLK>; 329 + clock-names = "iface"; 330 + #address-cells = <1>; 331 + #size-cells = <1>; 332 + ranges; 333 + 334 + gsbi5_serial: serial@1a240000 { 335 + compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm"; 336 + reg = <0x1a240000 0x100>, 337 + <0x1a200000 0x03>; 338 + interrupts = <0 154 0x0>; 339 + clocks = <&gcc GSBI5_UART_CLK>, <&gcc GSBI5_H_CLK>; 340 + clock-names = "core", "iface"; 341 + status = "disabled"; 342 + }; 343 + }; 344 + 323 345 gsbi6: gsbi@16500000 { 324 346 status = "disabled"; 325 347 compatible = "qcom,gsbi-v1.0.0";