mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
arm: dts: sync rtc node of am335x boards with Linux 5.9-rc7
There have been some changes to the am335x-<board> DTs related to the rtc node, so let's re-syncs them with Linux. Signed-off-by: Dario Binacchi <dariobin@libero.it> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210602203805.11494-7-dariobin@libero.it
This commit is contained in:
parent
c7c7c8db00
commit
62af440e21
4 changed files with 21 additions and 0 deletions
|
@ -398,3 +398,8 @@
|
||||||
&sham {
|
&sham {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
clocks = <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
|
clock-names = "ext-clk", "int-clk";
|
||||||
|
};
|
||||||
|
|
|
@ -762,3 +762,8 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&dcan1_pins_default>;
|
pinctrl-0 = <&dcan1_pins_default>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
clocks = <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
|
clock-names = "ext-clk", "int-clk";
|
||||||
|
};
|
||||||
|
|
|
@ -724,3 +724,8 @@
|
||||||
&lcdc {
|
&lcdc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
clocks = <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
|
clock-names = "ext-clk", "int-clk";
|
||||||
|
};
|
||||||
|
|
|
@ -122,3 +122,9 @@
|
||||||
&sham {
|
&sham {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc {
|
||||||
|
clocks = <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
|
||||||
|
clock-names = "ext-clk", "int-clk";
|
||||||
|
system-power-controller;
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue