Loading arch/arm64/boot/dts/qcom/lito.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -1117,7 +1117,7 @@ }; cache-controller@9200000 { compatible = "qcom,lito-llcc"; compatible = "qcom,llcc-v1"; reg = <0x9200000 0xd0000> , <0x9600000 0x50000>; reg-names = "llcc_base", "llcc_broadcast_base"; interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>; Loading drivers/soc/qcom/llcc-lito.c +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ static int lito_qcom_llcc_probe(struct platform_device *pdev) } static const struct of_device_id lito_qcom_llcc_of_match[] = { { .compatible = "qcom,lito-llcc", }, { .compatible = "qcom,llcc-v1", }, { }, }; Loading Loading
arch/arm64/boot/dts/qcom/lito.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -1117,7 +1117,7 @@ }; cache-controller@9200000 { compatible = "qcom,lito-llcc"; compatible = "qcom,llcc-v1"; reg = <0x9200000 0xd0000> , <0x9600000 0x50000>; reg-names = "llcc_base", "llcc_broadcast_base"; interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>; Loading
drivers/soc/qcom/llcc-lito.c +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ static int lito_qcom_llcc_probe(struct platform_device *pdev) } static const struct of_device_id lito_qcom_llcc_of_match[] = { { .compatible = "qcom,lito-llcc", }, { .compatible = "qcom,llcc-v1", }, { }, }; Loading