]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/tegra124-venice2.dts
ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes
[u-boot] / arch / arm / dts / tegra124-venice2.dts
index 9e93cf90c76e68c8780a1014e4af7439f5b12cf6..6c39563bfc64114cea26b19e1532dcb9ed88c325 100644 (file)
@@ -81,6 +81,7 @@
        sdhci@700b0600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
        };
 
        usb@7d000000 {
                status = "okay";
                nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
        };
+
+       clocks {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               clk32k_in: clock@0 {
+                       compatible = "fixed-clock";
+                       reg = <0>;
+                       #clock-cells = <0>;
+                       clock-frequency = <32768>;
+               };
+       };
+
 };