Home
last modified time | relevance | path

Searched refs:chip_scu_np (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/
H A Dairoha_thermal.c417 struct device_node *chip_scu_np; in airoha_thermal_probe() local
429 chip_scu_np = of_parse_phandle(dev->of_node, "airoha,chip-scu", 0); in airoha_thermal_probe()
430 if (!chip_scu_np) in airoha_thermal_probe()
433 priv->chip_scu = syscon_node_to_regmap(chip_scu_np); in airoha_thermal_probe()
437 of_address_to_resource(chip_scu_np, 0, &priv->scu_adc_res); in airoha_thermal_probe()
438 of_node_put(chip_scu_np); in airoha_thermal_probe()