Loading qcom/scuba.dtsi +12 −1 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ next-level-cache = <&L2_0>; L2_0: l2-cache { compatible = "arm,arch-cache"; cache-size = <0x80000>; cache-level = <2>; }; Loading Loading @@ -524,13 +525,23 @@ compatible = "qcom,msm-watchdog"; reg = <0xf017000 0x1000>; reg-names = "wdt-base"; interrupts = <0 3 0>, <0 4 0>; interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>, <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; qcom,bark-time = <11000>; qcom,pet-time = <9360>; qcom,ipi-ping; qcom,wakeup-enable; }; qfprom: qfprom@1b40000 { compatible = "qcom,qfprom"; reg = <0x1b40000 0x7000>; #address-cells = <1>; #size-cells = <1>; read-only; ranges; }; qcom,sps { compatible = "qcom,msm-sps-4k"; qcom,pipe-attr-ee; Loading Loading
qcom/scuba.dtsi +12 −1 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ next-level-cache = <&L2_0>; L2_0: l2-cache { compatible = "arm,arch-cache"; cache-size = <0x80000>; cache-level = <2>; }; Loading Loading @@ -524,13 +525,23 @@ compatible = "qcom,msm-watchdog"; reg = <0xf017000 0x1000>; reg-names = "wdt-base"; interrupts = <0 3 0>, <0 4 0>; interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>, <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; qcom,bark-time = <11000>; qcom,pet-time = <9360>; qcom,ipi-ping; qcom,wakeup-enable; }; qfprom: qfprom@1b40000 { compatible = "qcom,qfprom"; reg = <0x1b40000 0x7000>; #address-cells = <1>; #size-cells = <1>; read-only; ranges; }; qcom,sps { compatible = "qcom,msm-sps-4k"; qcom,pipe-attr-ee; Loading