Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/external/gpl2/dts/dist/arch/arm/boot/dts Pull up foll...
details: https://anonhg.NetBSD.org/src/rev/ea8c4740f64f
branches: netbsd-9
changeset: 453809:ea8c4740f64f
user: martin <martin%NetBSD.org@localhost>
date: Mon Aug 26 13:36:00 2019 +0000
description:
Pull up following revision(s) (requested by rin in ticket #107):
sys/external/gpl2/dts/dist/arch/arm/boot/dts/bcm2835-rpi.dtsi: revision 1.6
Revert a change I made to this file a long time ago so that is now matches
linux mainline again. This fixes the rpi0w..
Tested on rpi0 and rpi0w by Jun Ebihara
PR/53284 (Support RPI3B+,RPI0W,RPI2-1.2)
diffstat:
sys/external/gpl2/dts/dist/arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d91b27794ac2 -r ea8c4740f64f sys/external/gpl2/dts/dist/arch/arm/boot/dts/bcm2835-rpi.dtsi
--- a/sys/external/gpl2/dts/dist/arch/arm/boot/dts/bcm2835-rpi.dtsi Mon Aug 26 13:33:08 2019 +0000
+++ b/sys/external/gpl2/dts/dist/arch/arm/boot/dts/bcm2835-rpi.dtsi Mon Aug 26 13:36:00 2019 +0000
@@ -71,13 +71,13 @@
&sdhci {
pinctrl-names = "default";
pinctrl-0 = <&emmc_gpio48>;
- status = "okay";
bus-width = <4>;
};
&sdhost {
pinctrl-names = "default";
pinctrl-0 = <&sdhost_gpio48>;
+ status = "okay";
bus-width = <4>;
};
Home |
Main Index |
Thread Index |
Old Index