Loading Documentation/devicetree/bindings/arm/msm/msm.txt +3 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,8 @@ SoCs: - VPIPA compatible = "qcom,msmvpipa" - MDMFERMIUM compatible = "qcom,mdmfermium" Generic board variants: Loading Loading @@ -219,3 +221,4 @@ compatible = "qcom,msmzirc-mtp" compatible = "qcom,msmzirc-rumi" compatible = "qcom,msmzirc-sim" compatible = "qcom,msmvpipa-sim" compatible = "qcom,mdmfermium-rumi" Documentation/devicetree/bindings/pinctrl/msm.txt +2 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ MSM Pinctrl Bindings Required properties: - compatible: "qcom,msm8996-pinctrl" "qcom,mdm9640-pinctrl" "qcom,mdmfermium-pinctrl" - reg: Should be the base address and length of the TLMM block. - interrupts: Should be the parent IRQ of the TLMM block. - interrupt-controller: Marks the device node as an interrupt controller. Loading arch/arm/boot/dts/qcom/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,8 @@ dtb-$(CONFIG_ARCH_MDM9640) += mdm9640-sim.dtb \ dtb-$(CONFIG_ARCH_MSMTITANIUM) += msmtitanium-sim.dtb \ msmtitanium-rumi.dtb dtb-$(CONFIG_ARCH_MDMFERMIUM) += mdmfermium-rumi.dtb targets += dtbs targets += $(addprefix ../, $(dtb-y)) endif Loading arch/arm/boot/dts/qcom/mdmfermium-pinctrl.dtsi 0 → 100644 +36 −0 Original line number Diff line number Diff line /* * Copyright (c) 2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ &soc { tlmm_pinmux: pinctrl@1000000 { compatible = "qcom,mdmfermium-pinctrl"; reg = <0x1000000 0x300000>; interrupts = <0 208 0>; gpio-controller; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; uart_console_sleep: uart_console_sleep { mux { pins = "gpio4", "gpio5"; function = "blsp_uart2"; }; config { pins = "gpio4", "gpio5"; drive-strength = <2>; bias-pull-down; }; }; }; }; arch/arm/boot/dts/qcom/mdmfermium-rumi.dts 0 → 100644 +37 −0 Original line number Diff line number Diff line /* * Copyright (c) 2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /dts-v1/; #include "mdmfermium.dtsi" #include "mdmfermium-pinctrl.dtsi" / { model = "Qualcomm Technologies, Inc. MDM FERMIUM RUMI"; compatible = "qcom,mdmfermium-rumi", "qcom,mdmfermium", "qcom,rumi"; qcom,board-id = <15 0>; }; &blsp1_uart2 { status = "ok"; pinctrl-names = "default"; pinctrl-0 = <&uart_console_sleep>; }; &usb_otg { qcom,hsusb-otg-mode = <1>; /* DEVICE only */ qcom,hsusb-otg-otg-control = <1>; /* PHY control */ qcom,emulation; /delete-property/ qcom,boost-sysclk-with-streaming; /delete-property/ qcom,streaming-func; }; Loading
Documentation/devicetree/bindings/arm/msm/msm.txt +3 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,8 @@ SoCs: - VPIPA compatible = "qcom,msmvpipa" - MDMFERMIUM compatible = "qcom,mdmfermium" Generic board variants: Loading Loading @@ -219,3 +221,4 @@ compatible = "qcom,msmzirc-mtp" compatible = "qcom,msmzirc-rumi" compatible = "qcom,msmzirc-sim" compatible = "qcom,msmvpipa-sim" compatible = "qcom,mdmfermium-rumi"
Documentation/devicetree/bindings/pinctrl/msm.txt +2 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ MSM Pinctrl Bindings Required properties: - compatible: "qcom,msm8996-pinctrl" "qcom,mdm9640-pinctrl" "qcom,mdmfermium-pinctrl" - reg: Should be the base address and length of the TLMM block. - interrupts: Should be the parent IRQ of the TLMM block. - interrupt-controller: Marks the device node as an interrupt controller. Loading
arch/arm/boot/dts/qcom/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,8 @@ dtb-$(CONFIG_ARCH_MDM9640) += mdm9640-sim.dtb \ dtb-$(CONFIG_ARCH_MSMTITANIUM) += msmtitanium-sim.dtb \ msmtitanium-rumi.dtb dtb-$(CONFIG_ARCH_MDMFERMIUM) += mdmfermium-rumi.dtb targets += dtbs targets += $(addprefix ../, $(dtb-y)) endif Loading
arch/arm/boot/dts/qcom/mdmfermium-pinctrl.dtsi 0 → 100644 +36 −0 Original line number Diff line number Diff line /* * Copyright (c) 2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ &soc { tlmm_pinmux: pinctrl@1000000 { compatible = "qcom,mdmfermium-pinctrl"; reg = <0x1000000 0x300000>; interrupts = <0 208 0>; gpio-controller; #gpio-cells = <2>; interrupt-controller; #interrupt-cells = <2>; uart_console_sleep: uart_console_sleep { mux { pins = "gpio4", "gpio5"; function = "blsp_uart2"; }; config { pins = "gpio4", "gpio5"; drive-strength = <2>; bias-pull-down; }; }; }; };
arch/arm/boot/dts/qcom/mdmfermium-rumi.dts 0 → 100644 +37 −0 Original line number Diff line number Diff line /* * Copyright (c) 2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /dts-v1/; #include "mdmfermium.dtsi" #include "mdmfermium-pinctrl.dtsi" / { model = "Qualcomm Technologies, Inc. MDM FERMIUM RUMI"; compatible = "qcom,mdmfermium-rumi", "qcom,mdmfermium", "qcom,rumi"; qcom,board-id = <15 0>; }; &blsp1_uart2 { status = "ok"; pinctrl-names = "default"; pinctrl-0 = <&uart_console_sleep>; }; &usb_otg { qcom,hsusb-otg-mode = <1>; /* DEVICE only */ qcom,hsusb-otg-otg-control = <1>; /* PHY control */ qcom,emulation; /delete-property/ qcom,boost-sysclk-with-streaming; /delete-property/ qcom,streaming-func; };