diff options
author | Heiko Stuebner <heiko@sntech.de> | 2019-09-17 11:26:48 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-10-04 00:23:34 +0300 |
commit | 00519137f7d4fc19ff27f3d3f4fc45b5b222ae82 (patch) | |
tree | d753678e83da1e11387a6b0e9edc4e8837baaab6 /arch/arm64/boot/dts/rockchip/px30.dtsi | |
parent | 8e57eed2047b9361deb8c5dc4cc3d4e679c5ce50 (diff) | |
download | linux-00519137f7d4fc19ff27f3d3f4fc45b5b222ae82.tar.xz |
arm64: dts: rockchip: remove static xin32k from px30
Similar to all other Rockchip SoCs the px30 does not have a static
32kHz clock. Instead it again gets supplied from an external component
like the pmic.
So drop the static clock, so that we can hook up the right one.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20190917082659.25549-2-heiko@sntech.de
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/px30.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/px30.dtsi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi index 1fd12bd09e83..06328f1b05e8 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -195,13 +195,6 @@ clock-output-names = "xin24m"; }; - xin32k: xin32k { - compatible = "fixed-clock"; - #clock-cells = <0>; - clock-frequency = <32768>; - clock-output-names = "xin32k"; - }; - pmu: power-management@ff000000 { compatible = "rockchip,px30-pmu", "syscon", "simple-mfd"; reg = <0x0 0xff000000 0x0 0x1000>; |