]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am642: Sync with kernel v6.6-rc1
authorNishanth Menon <nm@ti.com>
Mon, 11 Sep 2023 14:44:01 +0000 (09:44 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 13:13:19 +0000 (09:13 -0400)
Sync device tree with v6.6-rc1

Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am64-main.dtsi
arch/arm/dts/k3-am642-evm.dts
arch/arm/dts/k3-am642-sk.dts

index 1664d9f0241c2464b329724b2c2372219da5ef60..0df54a74182474841d2ba0870d8d637fefcd525f 100644 (file)
                #size-cells = <1>;
                ranges = <0x0 0x0 0x43000000 0x20000>;
 
+               chipid@14 {
+                       compatible = "ti,am654-chipid";
+                       reg = <0x00000014 0x4>;
+               };
+
                serdes_ln_ctrl: mux-controller {
                        compatible = "mmio-mux";
                        #mux-control-cells = <1>;
                        mux-reg-masks = <0x4080 0x3>; /* SERDES0 lane0 select */
                };
+
+               phy_gmii_sel: phy@4044 {
+                       compatible = "ti,am654-phy-gmii-sel";
+                       reg = <0x4044 0x8>;
+                       #phy-cells = <1>;
+               };
+
+               epwm_tbclk: clock-controller@4140 {
+                       compatible = "ti,am64-epwm-tbclk";
+                       reg = <0x4130 0x4>;
+                       #clock-cells = <1>;
+               };
        };
 
        gic500: interrupt-controller@1800000 {
                pinctrl-single,function-mask = <0xffffffff>;
        };
 
-       main_conf: syscon@43000000 {
-               compatible = "syscon", "simple-mfd";
-               reg = <0x00 0x43000000 0x00 0x20000>;
-               #address-cells = <1>;
-               #size-cells = <1>;
-               ranges = <0x00 0x00 0x43000000 0x20000>;
-
-               chipid@14 {
-                       compatible = "ti,am654-chipid";
-                       reg = <0x00000014 0x4>;
-               };
-
-               phy_gmii_sel: phy@4044 {
-                       compatible = "ti,am654-phy-gmii-sel";
-                       reg = <0x4044 0x8>;
-                       #phy-cells = <1>;
-               };
-
-               epwm_tbclk: clock@4140 {
-                       compatible = "ti,am64-epwm-tbclk", "syscon";
-                       reg = <0x4130 0x4>;
-                       #clock-cells = <1>;
-               };
-       };
-
        main_timer0: timer@2400000 {
                compatible = "ti,am654-timer";
                reg = <0x00 0x2400000 0x00 0x400>;
                pinctrl-single,function-mask = <0x000107ff>;
        };
 
-       usbss0: cdns-usb@f900000{
+       usbss0: cdns-usb@f900000 {
                compatible = "ti,am64-usb";
                reg = <0x00 0xf900000 0x00 0x100>;
                power-domains = <&k3_pds 161 TI_SCI_PD_EXCLUSIVE>;
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
-               usb0: usb@f400000{
+               usb0: usb@f400000 {
                        compatible = "cdns,usb3";
                        reg = <0x00 0xf400000 0x00 0x10000>,
                              <0x00 0xf410000 0x00 0x10000>,
                assigned-clock-parents = <&k3_clks 0 3>;
                assigned-clock-rates = <60000000>;
                clock-names = "fck";
+               status = "disabled";
 
                adc {
                        #io-channel-cells = <1>;
                        assigned-clock-parents = <&k3_clks 75 7>;
                        assigned-clock-rates = <166666666>;
                        power-domains = <&k3_pds 75 TI_SCI_PD_EXCLUSIVE>;
+                       status = "disabled";
                };
        };
 
index fe2ea25b396f326c88c4ed1111831d1d013b4442..b4a1f73d4fb17ae4f67ae9bb446dc8021c501014 100644 (file)
@@ -10,6 +10,7 @@
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/net/ti-dp83867.h>
 #include "k3-am642.dtsi"
+
 #include "k3-serdes.h"
 
 / {
 };
 
 &ospi0 {
+       status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&ospi0_pins_default>;
 
index ece75680f3f4b35631f905117f94c870914c525c..722fd285a34ecaeea4b2bda8bf96660f19376a1e 100644 (file)
@@ -10,6 +10,7 @@
 #include <dt-bindings/net/ti-dp83867.h>
 #include <dt-bindings/leds/common.h>
 #include "k3-am642.dtsi"
+
 #include "k3-serdes.h"
 
 / {
        };
 };
 
-&tscadc0 {
-       status = "disabled";
-};
-
 &ospi0 {
+       status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&ospi0_pins_default>;