mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 19:42:03 +02:00
arm64: dts: exynosautov920: Add hsi0 syscon node for PCIe PHY
Add the syscon-hsi0 node to control PCIe PHY power, PLL settings, and device direction (RC/EP mode) on ExynosAutov920. Signed-off-by: Sanghoon Bae <sh86.bae@samsung.com> Reviewed-by: Peter Griffin <peter.griffin@linaro.org> Link: https://patch.msgid.link/20260610050326.2903402-3-sh86.bae@samsung.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
dc59e4fea9
commit
2c19e75101
|
|
@ -1382,6 +1382,12 @@ cmu_hsi0: clock-controller@16000000 {
|
|||
"noc";
|
||||
};
|
||||
|
||||
syscon_hsi0: syscon@16030000 {
|
||||
compatible = "samsung,exynosautov920-hsi0-sysreg",
|
||||
"syscon";
|
||||
reg = <0x16030000 0x1000>;
|
||||
};
|
||||
|
||||
pinctrl_hsi0: pinctrl@16040000 {
|
||||
compatible = "samsung,exynosautov920-pinctrl";
|
||||
reg = <0x16040000 0x10000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user