Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: raspberrypi/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11202a11e4dba64ad011515dfef62c1084650ea3
Choose a base ref
..
head repository: raspberrypi/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a63ae751e22ee583583f4f36b9e75275c108ac43
Choose a head ref
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2708-rpi.dtsi
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#include "bcm2835-rpi.dtsi"

/ {
memory {
memory@0 {
device_type = "memory";
reg = <0x0 0x0>;
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2711-rpi-4-b.dts
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
compatible = "raspberrypi,4-model-b", "brcm,bcm2711";
model = "Raspberry Pi 4 Model B";

memory {
memory@0 {
device_type = "memory";
reg = <0x0 0x0 0x0>;
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2835-rpi.dtsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <dt-bindings/power/raspberrypi-power.h>

/ {
memory {
memory@0 {
device_type = "memory";
reg = <0 0x10000000>;
};
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2836-rpi-2-b.dts
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
model = "Raspberry Pi 2 Model B";

memory {
memory@0 {
reg = <0 0x40000000>;
};

2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
stdout-path = "serial1:115200n8";
};

memory {
memory@0 {
reg = <0 0x40000000>;
};

2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2837-rpi-3-b.dts
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
stdout-path = "serial1:115200n8";
};

memory {
memory@0 {
reg = <0 0x40000000>;
};