diff options
Diffstat (limited to 'arch/arm64/boot/dts/qcom/ipq9574.dtsi')
| -rw-r--r-- | arch/arm64/boot/dts/qcom/ipq9574.dtsi | 39 | 
1 files changed, 12 insertions, 27 deletions
| diff --git a/arch/arm64/boot/dts/qcom/ipq9574.dtsi b/arch/arm64/boot/dts/qcom/ipq9574.dtsi index 7f2e5cbf3bbb..48dfafea46a7 100644 --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi @@ -8,6 +8,7 @@  #include <dt-bindings/clock/qcom,apss-ipq.h>  #include <dt-bindings/clock/qcom,ipq9574-gcc.h> +#include <dt-bindings/interconnect/qcom,ipq9574.h>  #include <dt-bindings/interrupt-controller/arm-gic.h>  #include <dt-bindings/reset/qcom,ipq9574-gcc.h>  #include <dt-bindings/thermal/thermal.h> @@ -232,6 +233,16 @@  			clock-names = "core";  		}; +		mdio: mdio@90000 { +			compatible =  "qcom,ipq9574-mdio", "qcom,ipq4019-mdio"; +			reg = <0x00090000 0x64>; +			#address-cells = <1>; +			#size-cells = <0>; +			clocks = <&gcc GCC_MDIO_AHB_CLK>; +			clock-names = "gcc_mdio_ahb_clk"; +			status = "disabled"; +		}; +  		qfprom: efuse@a4000 {  			compatible = "qcom,ipq9574-qfprom", "qcom,qfprom";  			reg = <0x000a4000 0x5a1>; @@ -305,7 +316,7 @@  				 <0>;  			#clock-cells = <1>;  			#reset-cells = <1>; -			#power-domain-cells = <1>; +			#interconnect-cells = <1>;  		};  		tcsr_mutex: hwlock@1905000 { @@ -749,8 +760,6 @@  	thermal-zones {  		nss-top-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 3>;  			trips { @@ -763,8 +772,6 @@  		};  		ubi-0-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 4>;  			trips { @@ -777,8 +784,6 @@  		};  		ubi-1-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 5>;  			trips { @@ -791,8 +796,6 @@  		};  		ubi-2-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 6>;  			trips { @@ -805,8 +808,6 @@  		};  		ubi-3-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 7>;  			trips { @@ -819,8 +820,6 @@  		};  		cpuss0-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 8>;  			trips { @@ -833,8 +832,6 @@  		};  		cpuss1-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 9>;  			trips { @@ -847,8 +844,6 @@  		};  		cpu0-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 10>;  			trips { @@ -877,8 +872,6 @@  		};  		cpu1-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 11>;  			trips { @@ -907,8 +900,6 @@  		};  		cpu2-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 12>;  			trips { @@ -937,8 +928,6 @@  		};  		cpu3-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 13>;  			trips { @@ -967,8 +956,6 @@  		};  		wcss-phyb-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 14>;  			trips { @@ -981,8 +968,6 @@  		};  		top-glue-thermal { -			polling-delay-passive = <0>; -			polling-delay = <0>;  			thermal-sensors = <&tsens 15>;  			trips { | 
