Loading arch/arm/boot/dts/fsm9900.dtsi +30 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,36 @@ model = "Qualcomm FSM9900"; compatible = "qcom,fsm9900"; interrupt-parent = <&intc>; cpus { #size-cells = <0>; #address-cells = <1>; CPU0: cpu@0 { device_type = "cpu"; compatible = "qcom,krait"; reg = <0x0>; }; CPU1: cpu@1 { device_type = "cpu"; compatible = "qcom,krait"; reg = <0x1>; }; CPU2: cpu@2 { device_type = "cpu"; compatible = "qcom,krait"; reg = <0x2>; }; CPU3: cpu@3 { device_type = "cpu"; compatible = "qcom,krait"; reg = <0x3>; }; }; soc: soc { }; }; Loading Loading
arch/arm/boot/dts/fsm9900.dtsi +30 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,36 @@ model = "Qualcomm FSM9900"; compatible = "qcom,fsm9900"; interrupt-parent = <&intc>; cpus { #size-cells = <0>; #address-cells = <1>; CPU0: cpu@0 { device_type = "cpu"; compatible = "qcom,krait"; reg = <0x0>; }; CPU1: cpu@1 { device_type = "cpu"; compatible = "qcom,krait"; reg = <0x1>; }; CPU2: cpu@2 { device_type = "cpu"; compatible = "qcom,krait"; reg = <0x2>; }; CPU3: cpu@3 { device_type = "cpu"; compatible = "qcom,krait"; reg = <0x3>; }; }; soc: soc { }; }; Loading