Loading Documentation/devicetree/bindings/net/neutrino_hsic.txt 0 → 100644 +17 −0 Original line number Diff line number Diff line * HSIC Neutrino Ethernet * This driver implements HSIC based Ethernet driver for Neutrino ethernet controller Required properties: - compatible: Should be "qcom,ntn-hsic" - vdd-ntn-hsic-supply: Neutrino HSIC power supply - ntn-rst-gpio: Neutrino reset GPIO Example: qcom,ntn_hsic { compatible = "qcom,ntn-hsic"; vdd-ntn-hsic-supply = <&mdm9607_l11>; pinctrl-names = "default"; pinctrl-0 = <&ntn_rst_gpio_default>; ntn-rst-gpio = <&tlmm_pinmux 30 1>; }; arch/arm/boot/dts/qcom/mdm9607-mtp.dtsi +9 −1 Original line number Diff line number Diff line /* * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2017, 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 Loading Loading @@ -29,6 +29,14 @@ }; &soc { qcom,ntn_hsic { compatible = "qcom,ntn-hsic"; vdd-ntn-hsic-supply = <&mdm9607_l11>; pinctrl-names = "default"; pinctrl-0 = <&ntn_rst_gpio_default>; ntn-rst-gpio = <&tlmm_pinmux 30 1>; }; }; &blsp1_uart5 { Loading arch/arm/boot/dts/qcom/mdm9607-pinctrl.dtsi +15 −1 Original line number Diff line number Diff line /* * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2017, 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 Loading Loading @@ -1076,5 +1076,19 @@ }; }; }; ntn_rst_gpio_default: ntn_rst_gpio_default { mux { pins = "gpio30"; function = "gpio"; }; config { pins = "gpio30"; drive-strength = <16>; bias-pull-up; output-high; }; }; }; }; Loading
Documentation/devicetree/bindings/net/neutrino_hsic.txt 0 → 100644 +17 −0 Original line number Diff line number Diff line * HSIC Neutrino Ethernet * This driver implements HSIC based Ethernet driver for Neutrino ethernet controller Required properties: - compatible: Should be "qcom,ntn-hsic" - vdd-ntn-hsic-supply: Neutrino HSIC power supply - ntn-rst-gpio: Neutrino reset GPIO Example: qcom,ntn_hsic { compatible = "qcom,ntn-hsic"; vdd-ntn-hsic-supply = <&mdm9607_l11>; pinctrl-names = "default"; pinctrl-0 = <&ntn_rst_gpio_default>; ntn-rst-gpio = <&tlmm_pinmux 30 1>; };
arch/arm/boot/dts/qcom/mdm9607-mtp.dtsi +9 −1 Original line number Diff line number Diff line /* * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2017, 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 Loading Loading @@ -29,6 +29,14 @@ }; &soc { qcom,ntn_hsic { compatible = "qcom,ntn-hsic"; vdd-ntn-hsic-supply = <&mdm9607_l11>; pinctrl-names = "default"; pinctrl-0 = <&ntn_rst_gpio_default>; ntn-rst-gpio = <&tlmm_pinmux 30 1>; }; }; &blsp1_uart5 { Loading
arch/arm/boot/dts/qcom/mdm9607-pinctrl.dtsi +15 −1 Original line number Diff line number Diff line /* * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2017, 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 Loading Loading @@ -1076,5 +1076,19 @@ }; }; }; ntn_rst_gpio_default: ntn_rst_gpio_default { mux { pins = "gpio30"; function = "gpio"; }; config { pins = "gpio30"; drive-strength = <16>; bias-pull-up; output-high; }; }; }; };