]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm: mvebu: dts: uDPU: update DTS
authorRobert Marko <robert.marko@sartura.hr>
Thu, 24 Mar 2022 09:57:36 +0000 (10:57 +0100)
committerStefan Roese <sr@denx.de>
Thu, 21 Apr 2022 10:31:36 +0000 (12:31 +0200)
Update the uDPU DTS to the version that is pending upstream [1][2].

[1] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220322105857.1107016-1-robert.marko@sartura.hr/
[2] https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220322105857.1107016-2-robert.marko@sartura.hr/

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-3720-uDPU.dts

index 95d46e8d081c191d8276be7fc5c21a7d8aaf740d..1f534c0c65f7387f98fbbec5e51980a8d6da8dc6 100644 (file)
@@ -99,7 +99,7 @@
        pinctrl-names = "default";
        pinctrl-0 = <&spi_quad_pins>;
 
-       m25p80@0 {
+       spi-flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <54000000>;
                        compatible = "fixed-partitions";
                        #address-cells = <1>;
                        #size-cells = <1>;
-                       /* only bootloader is located on the SPI */
+
                        partition@0 {
-                               label = "uboot";
-                               reg = <0 0x400000>;
+                               label = "firmware";
+                               reg = <0x0 0x180000>;
+                       };
+
+                       partition@180000 {
+                               label = "u-boot-env";
+                               reg = <0x180000 0x10000>;
                        };
                };
        };
        scl-gpios = <&gpionb 2 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
        sda-gpios = <&gpionb 3 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
 
-       lm75@48 {
+       nct375@48 {
                status = "okay";
-               compatible = "lm75";
+               compatible = "ti,tmp75c";
                reg = <0x48>;
        };
 
-       lm75@49 {
+       nct375@49 {
                status = "okay";
-               compatible = "lm75";
+               compatible = "ti,tmp75c";
                reg = <0x49>;
        };
 };